[android] Fixed next next turn colors.

This commit is contained in:
Dmitry Yunitsky 2016-08-09 21:16:42 +03:00 committed by Vladimir Byko-Ianko
parent 4945210692
commit 69ddc9ea2f
3 changed files with 5 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>