Added URL support

Added Firebase
Added progressbar to the full screen horizontal reader view
This commit is contained in:
tom5079
2019-06-13 21:05:52 +09:00
parent 79641fec67
commit 75583b9e65
7 changed files with 216 additions and 34 deletions

View File

@@ -21,19 +21,27 @@
</LinearLayout>
<FrameLayout
android:id="@+id/reader_framelayout"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:orientation="vertical">
<ProgressBar
android:id="@+id/reader_download_progressbar"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_gravity="center"/>
<ProgressBar
android:id="@+id/reader_progressbar"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_gravity="center"/>
android:progressTint="@color/material_green_a700"
android:visibility="gone"/>
</FrameLayout>
</LinearLayout>
<com.github.clans.fab.FloatingActionMenu
android:id="@+id/reader_fab"