diff --git a/app/src/main/res/layout/activity_new_data.xml b/app/src/main/res/layout/activity_new_data.xml index c64d69c4..e1cdc09b 100644 --- a/app/src/main/res/layout/activity_new_data.xml +++ b/app/src/main/res/layout/activity_new_data.xml @@ -27,7 +27,7 @@ android:transitionName="newButtonTransition" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - android:background="@color/gray_darker" + android:background="@color/kaki_darker" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -57,7 +57,7 @@ style="@style/PokerAnalyticsTheme.TextView.RowTitle" android:layout_width="160dp" android:layout_height="wrap_content" - android:layout_marginStart="20dp" + android:layout_marginStart="16dp" android:text="@string/new_cash_game" app:layout_constraintEnd_toEndOf="parent" /> @@ -88,7 +88,7 @@ style="@style/PokerAnalyticsTheme.TextView.RowTitle" android:layout_width="160dp" android:layout_height="wrap_content" - android:layout_marginStart="20dp" + android:layout_marginStart="16dp" android:text="@string/new_tournament" app:layout_constraintEnd_toEndOf="parent" /> @@ -121,7 +121,7 @@ style="@style/PokerAnalyticsTheme.TextView.RowTitle" android:layout_width="160dp" android:layout_height="wrap_content" - android:layout_marginStart="20dp" + android:layout_marginStart="16dp" android:text="@string/new_operation" app:layout_constraintEnd_toEndOf="parent" /> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index a8d685f0..ec3eb74a 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -30,6 +30,7 @@ #57815a #657d60 #9bae8d + #283227 #FF5F57