Match status/nav bar to reader toolbar color

This commit is contained in:
arkon
2020-03-07 17:08:11 -05:00
parent 152c196c65
commit fbaaed1516
4 changed files with 3 additions and 6 deletions

View File

@@ -52,8 +52,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?colorPrimary"
android:elevation="4dp" />
android:background="?colorPrimary" />
<LinearLayout
android:id="@+id/reader_menu_bottom"