Increase secondary text contrast on conditionals

Change-Id: Iaa2ae24aa66dc269b14eaf5fd40a2ff789939a0d
Fixes: 28178952
This commit is contained in:
Jason Monk
2016-04-22 09:59:44 -04:00
parent 8f5c694989
commit ba613db853

View File

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