Merge "Increase secondary text contrast on conditionals" into nyc-dev am: 7e61f71bcc am: edc7f834ac
am: 39ea5292a3
* commit '39ea5292a3abc47b5eb8bff5f72a26b2926f3a68':
Increase secondary text contrast on conditionals
Change-Id: Iba8d55ede365f04ff178759a7af1ca053f76a081
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="0dp"
|
||||
android:alpha=".7"
|
||||
android:alpha=".8"
|
||||
android:textColor="?android:attr/textColorPrimaryInverse"
|
||||
style="?android:attr/buttonBarButtonStyle" />
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
android:id="@+id/second_action"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:alpha=".7"
|
||||
android:alpha=".8"
|
||||
android:textColor="?android:attr/textColorPrimaryInverse"
|
||||
style="?android:attr/buttonBarButtonStyle" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user