mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix ActionToolbar background color
This commit is contained in:
parent
0a509cb382
commit
2787116171
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
android:background="?attr/colorSurface"
|
android:background="?attr/colorPrimary"
|
||||||
android:theme="?attr/actionBarTheme"
|
android:theme="?attr/actionBarTheme"
|
||||||
app:contentInsetEnd="8dp"
|
app:contentInsetEnd="8dp"
|
||||||
app:contentInsetStart="8dp">
|
app:contentInsetStart="8dp">
|
||||||
|
|
Loading…
Reference in a new issue