summaryrefslogtreecommitdiff
path: root/res/color
diff options
context:
space:
mode:
authorBeth Thibodeau <ethibodeau@google.com>2019-03-01 11:09:26 -0500
committerBeth Thibodeau <ethibodeau@google.com>2019-03-04 12:29:10 -0500
commitdaafb38f5d0b8f83e7ebcdd01d1d6343591be316 (patch)
treec2fef2007fa471b6f22163f02a0b242e8e65191f /res/color
parent381f91ed48aead45ad9a6b0dee2c003c19af9e01 (diff)
downloadThemePicker-daafb38f5d0b8f83e7ebcdd01d1d6343591be316.tar.gz
UI bug fixes
Resize font page icon to match other icon sizes Change pagination arrows to use accent color, and hide when at either end of the list Fixes: 126803091 Bug: 126791704 Change-Id: I51a390b85a45a2b5ecd2699956fb962dba3e4180
Diffstat (limited to 'res/color')
-rw-r--r--res/color/indicator_arrow_color.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/color/indicator_arrow_color.xml b/res/color/indicator_arrow_color.xml
index 4c73307c..198d002d 100644
--- a/res/color/indicator_arrow_color.xml
+++ b/res/color/indicator_arrow_color.xml
@@ -20,5 +20,5 @@
android:color="@color/preview_pager_arrow_disabled" />
<item
android:state_enabled="true"
- android:color="?android:attr/colorForeground" />
-</selector> \ No newline at end of file
+ android:color="?android:attr/colorAccent" />
+</selector>