diff options
| author | Justin Ho <justinho@google.com> | 2011-09-06 15:12:56 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-06 15:12:56 -0700 |
| commit | 1d124d5037644ed66a78c181c4eff13a7da04443 (patch) | |
| tree | 6f74bd1bad758a8351c7104d915ec3a4df792949 | |
| parent | c6fc20a91bdf6f5d8cd8784324a55e39bcb7077c (diff) | |
| parent | 0db271d2ee075424c8d0e7b05f16ce1c61d14b5d (diff) | |
| download | frameworks_base-1d124d5037644ed66a78c181c4eff13a7da04443.zip frameworks_base-1d124d5037644ed66a78c181c4eff13a7da04443.tar.gz frameworks_base-1d124d5037644ed66a78c181c4eff13a7da04443.tar.bz2 | |
Merge "Updated highlighted text color Bug: 5217848"
| -rw-r--r-- | core/res/res/values/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index fd525f3..ddb9942 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -133,8 +133,8 @@ <color name="dim_foreground_inverse_holo_light">#bebebe</color> <color name="dim_foreground_inverse_disabled_holo_light">#80bebebe</color> <color name="hint_foreground_holo_light">#808080</color> - <color name="highlighted_text_holo_dark">#4c33b5e5</color> - <color name="highlighted_text_holo_light">#4c33b5e5</color> + <color name="highlighted_text_holo_dark">#6633b5e5</color> + <color name="highlighted_text_holo_light">#6633b5e5</color> <color name="link_text_holo_dark">#5c5cff</color> <color name="link_text_holo_light">#0000ee</color> |
