Show quick setup help button more prominently

pull/159/head
M66B 5 years ago
parent 97e9bed623
commit c3e5f8ba0f

@ -89,9 +89,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:backgroundTint="?attr/colorAccent"
android:minWidth="0dp"
android:minHeight="0dp"
android:text="@string/title_setup_help"
android:textColor="@android:color/black"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvQuick" />
@ -102,7 +105,7 @@
android:layout_marginTop="6dp"
android:backgroundTint="?attr/colorPrimary"
android:text="@string/title_setup_wizard"
android:textColor="@color/colorPrimaryButtonForeground"
android:textColor="@android:color/white"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvQuick" />

@ -13,9 +13,6 @@
<color name="colorActionForeground">#fff</color>
<color name="colorActionForegroundDisabled">#ccc</color>
<color name="colorPrimaryButtonForeground">#fff</color>
<color name="colorPrimaryButtonBackground">#039be5</color>
<color name="colorToastForeground">#fff</color>
<color name="colorToastBackground">#006db3</color>

Loading…
Cancel
Save