Merge "Update dream preview button text color" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-02-25 21:11:19 +00:00
committed by Android (Google) Code Review

View File

@@ -24,10 +24,10 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/dream_preview_button_title" android:text="@string/dream_preview_button_title"
android:textAllCaps="false" android:textAllCaps="false"
android:textColor="?androidprv:attr/textColorOnAccent" android:textColor="?android:attr/textColorPrimaryInverse"
android:theme="@style/Theme.CollapsingToolbar.Settings" android:theme="@style/Theme.CollapsingToolbar.Settings"
android:layout_marginBottom="16dp" android:layout_marginBottom="16dp"
android:layout_gravity="bottom|center" android:layout_gravity="bottom|center"
app:backgroundTint="?androidprv:attr/colorAccentPrimaryVariant" app:backgroundTint="?androidprv:attr/colorAccentPrimaryVariant"
app:iconTint="?androidprv:attr/textColorOnAccent" app:iconTint="?android:attr/textColorPrimaryInverse"
app:icon="@drawable/dream_preview_icon"/> app:icon="@drawable/dream_preview_icon"/>