summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-07-13 15:06:38 -0700
committerMindy Pereira <mindyp@google.com>2011-07-13 16:22:34 -0700
commitde2a6aebf4d7434b4ead180f6dcf6d74b8af855f (patch)
tree2b92d45e3d09259895d72cdb7cd8d732a45b455b /res/values
parent8383f44fc5608259474a24e398b2ee028f729db8 (diff)
downloadandroid_frameworks_opt_chips-de2a6aebf4d7434b4ead180f6dcf6d74b8af855f.tar.gz
android_frameworks_opt_chips-de2a6aebf4d7434b4ead180f6dcf6d74b8af855f.tar.bz2
android_frameworks_opt_chips-de2a6aebf4d7434b4ead180f6dcf6d74b8af855f.zip
Update suggestions dropdown to match pixel perfect layouts.
Change-Id: I0ced5414470d9a452da7296d217228802bb60ca1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml2
-rw-r--r--res/values/colors.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 9536a7f..7294db5 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -19,6 +19,8 @@
<add-resource type="dimen" name="chip_height" />
<add-resource type="dimen" name="chip_text_size" />
<add-resource type="color" name="default_chip_background" />
+ <add-resource type="color" name="list_item_selected" />
+ <add-resource type="color" name="chip_selected" />
<add-resource type="string" name="more_string" />
<add-resource type="string" name="chips_waiting_for_directory_result" />
</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5a11dd9..d47e882 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -16,4 +16,6 @@
<resources>
<color name="default_chip_background">#77CCCCCC</color>
+ <color name="list_item_selected">#0099cc</color>
+ <color name="chip_selected">#0099cc</color>
</resources> \ No newline at end of file