diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-07-13 15:06:38 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-07-13 16:22:34 -0700 |
| commit | de2a6aebf4d7434b4ead180f6dcf6d74b8af855f (patch) | |
| tree | 2b92d45e3d09259895d72cdb7cd8d732a45b455b /res/values | |
| parent | 8383f44fc5608259474a24e398b2ee028f729db8 (diff) | |
| download | android_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.xml | 2 | ||||
| -rw-r--r-- | res/values/colors.xml | 2 |
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 |
