Fixes to reader ui from @CrepTF

This commit is contained in:
Jobobby04 2020-11-29 18:52:01 -05:00
parent d291b41080
commit e23b048d53

View File

@ -55,14 +55,13 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:animateLayoutChanges="true" android:animateLayoutChanges="true"
android:background="?colorPrimary" android:background="?attr/colorPrimary"
android:elevation="4dp"> app:elevation="0dp">
<com.google.android.material.appbar.MaterialToolbar <com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize" />
android:background="?attr/colorPrimary" />
<LinearLayout <LinearLayout
android:id="@+id/eh_utils" android:id="@+id/eh_utils"