Merge "Update dream preview button text color" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3afc9399f7
@@ -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"/>
|
||||||
|
Reference in New Issue
Block a user