lighten new data dialog

dev
Laurent 7 years ago
parent 8eaa5b0b94
commit 4be80d399c
  1. 8
      app/src/main/res/layout/activity_new_data.xml
  2. 1
      app/src/main/res/values/colors.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" />

@ -30,6 +30,7 @@
<color name="kaki_medium">#57815a</color>
<color name="kaki_light">#657d60</color>
<color name="kaki_lighter">#9bae8d</color>
<color name="kaki_darker">#283227</color>
<color name="red">#FF5F57</color>

Loading…
Cancel
Save