forked from organicmaps/organicmaps
[android] Fixed next next turn colors.
This commit is contained in:
parent
4945210692
commit
69ddc9ea2f
3 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_menu"/>
|
||||
<solid android:color="@color/bg_cards"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_menu_night"/>
|
||||
<solid android:color="@color/bg_cards_night"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
|
@ -81,6 +81,7 @@
|
|||
android:layout_below="@id/nav_next_turn_frame"
|
||||
android:layout_alignLeft="@id/nav_next_turn_frame"
|
||||
android:layout_alignRight="@id/nav_next_turn_frame"
|
||||
android:layout_alignEnd="@id/nav_next_turn_frame"
|
||||
android:background="?navNextNextTurnFrame"
|
||||
android:elevation="@dimen/nav_elevation"
|
||||
android:visibility="gone"
|
||||
|
@ -90,6 +91,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
tools:src="@drawable/ic_close"/>
|
||||
android:tint="?iconTint"
|
||||
tools:src="@drawable/ic_then_left_sharp"/>
|
||||
</FrameLayout>
|
||||
</RelativeLayout>
|
Loading…
Add table
Reference in a new issue