Merge "Update dream preview button text color" into tm-dev am: 3afc9399f7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17015304

Change-Id: I2a5a4554e4d316903679fb5bd4a322f67d75e8e9
This commit is contained in:
TreeHugger Robot
2022-02-25 21:49:36 +00:00
committed by Automerger Merge Worker

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"/>