Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/src/main/res/drawable/shaped_button.xml

Issue 29986555: Issue 7200 - Adjust UI colors (Closed)
Patch Set: Created Jan. 21, 2019, 6:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/app/src/main/res/drawable/shaped_button.xml
===================================================================
--- a/mobile/android/app/src/main/res/drawable/shaped_button.xml
+++ b/mobile/android/app/src/main/res/drawable/shaped_button.xml
@@ -8,12 +8,12 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@color/highlight_shaped"/>
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/highlight_shaped_focused"/>
-
- <item android:drawable="@color/toolbar_grey"/>
+
+ <item android:drawable="@color/text_and_tabs_tray_grey"/>
</selector>

Powered by Google App Engine
This is Rietveld