Merge "Increase secondary text contrast on conditionals" into nyc-dev am: 7e61f71bcc

am: edc7f834ac

* commit 'edc7f834ac58950875313d9704c0e778a5a90095':
  Increase secondary text contrast on conditionals

Change-Id: I862b6003c6acb637020652951376d80b718c4bc4
This commit is contained in:
Jason Monk
2016-04-22 16:11:06 +00:00
committed by android-build-merger

View File

@@ -104,7 +104,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="0dp" android:paddingStart="0dp"
android:alpha=".7" android:alpha=".8"
android:textColor="?android:attr/textColorPrimaryInverse" android:textColor="?android:attr/textColorPrimaryInverse"
style="?android:attr/buttonBarButtonStyle" /> style="?android:attr/buttonBarButtonStyle" />
@@ -112,7 +112,7 @@
android:id="@+id/second_action" android:id="@+id/second_action"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:alpha=".7" android:alpha=".8"
android:textColor="?android:attr/textColorPrimaryInverse" android:textColor="?android:attr/textColorPrimaryInverse"
style="?android:attr/buttonBarButtonStyle" /> style="?android:attr/buttonBarButtonStyle" />