Fix wrong background

pull/189/head
Zakhar Timoshenko 4 years ago
parent fb47480fba
commit 652ef7ee51

@ -24,13 +24,13 @@
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
android:layout_height="?attr/actionBarSize"
android:background="@drawable/sheet_toolbar_background">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/sheet_toolbar_background"
app:navigationIcon="?actionModeCloseDrawable"
app:title="@string/tracking">

Loading…
Cancel
Save