Merge branch 'master' into light-theme

This commit is contained in:
M M Arif
2020-03-04 19:58:03 +05:00
31 changed files with 587 additions and 85 deletions

View File

@ -71,6 +71,22 @@
</LinearLayout>
<LinearLayout
android:layout_marginTop="55dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimary"
android:orientation="vertical">
<com.github.barteksc.pdfviewer.PDFView
android:id="@+id/pdfView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:visibility="visible" />
</LinearLayout>
<com.pddstudio.highlightjs.HighlightJsView
android:id="@+id/singleCodeContents"
android:layout_width="match_parent"
@ -95,4 +111,4 @@
android:indeterminate="true"
android:visibility="visible" />
</RelativeLayout>
</RelativeLayout>

View File

@ -151,7 +151,7 @@
android:textSize="16sp"
android:gravity="start"
android:autoLink="web"
android:visibility="visible"
android:visibility="gone"
android:layout_marginBottom="10dp"
android:textColorLink="@color/lightBlue" />