|
|
@ -100,9 +100,9 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:backgroundTint="?attr/colorPrimary"
|
|
|
|
android:backgroundTint="@color/colorPrimaryButtonBackground"
|
|
|
|
android:text="@string/title_setup_go"
|
|
|
|
android:text="@string/title_setup_go"
|
|
|
|
android:textColor="@android:color/white"
|
|
|
|
android:textColor="@color/colorPrimaryButtonForeground"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:textStyle="bold"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvQuick" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvQuick" />
|
|
|
|