Add Resume reading fab

This commit is contained in:
Koitharu
2020-03-09 11:20:15 +02:00
parent fec3481d27
commit cbba4a850c
10 changed files with 137 additions and 7 deletions

View File

@@ -5,8 +5,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:openDrawer="end">
android:layout_height="match_parent">
<FrameLayout
android:layout_width="match_parent"
@@ -44,8 +43,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:textColor="?android:textColorSecondary"
android:textAppearance="?android:textAppearanceMedium"
android:textColor="?android:textColorSecondary"
tools:text="@tools:sample/lorem[3]" />
</LinearLayout>