commit | 7adb8833378ba2917c9214687dd9544cadeb7b53 | [log] [tgz] |
---|---|---|
author | Andrew Lee <anwlee@google.com> | Tue May 06 19:12:19 2014 -0700 |
committer | Andrew Lee <anwlee@google.com> | Wed May 07 12:11:30 2014 -0700 |
tree | 7123e4f21b413179018ae4fac0fe2cfe74e73cef | |
parent | 024885c98a8bfe2bedd3c54c27442fc21bd64fef [diff] [blame] |
Use color constant for focus color. Change-Id: I5213ed065a2ce88c1ee12f94022a2aae726f4a81
diff --git a/res-common/drawable/tab_unselected_focused.xml b/res-common/drawable/tab_unselected_focused.xml index c32e2c5..13ec95d 100644 --- a/res-common/drawable/tab_unselected_focused.xml +++ b/res-common/drawable/tab_unselected_focused.xml
@@ -21,7 +21,7 @@ <shape android:shape="rectangle" > <stroke android:width="4dp" - android:color="#44ff0000" /> + android:color="@color/focus_color" /> </shape> </item> </layer-list> \ No newline at end of file