forked from organicmaps/organicmaps
[android] fix navbar background while navigating
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
ee44ac4a01
commit
3e684305ee
2 changed files with 2 additions and 2 deletions
|
@ -41,5 +41,5 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/bg_cards"/>
|
||||
android:background="?cardBackground"/>
|
||||
</FrameLayout>
|
||||
|
|
|
@ -40,5 +40,5 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/bg_cards"/>
|
||||
android:background="?cardBackground"/>
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue