summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-02-27 16:10:45 -0800
committerBrian Attwell <brianattwell@google.com>2015-03-02 10:36:38 -0800
commit20510ec0a26e7eeb7f3a321deb755e984445fe74 (patch)
treeebb47a08390c474ce30f40290d80f81d35c050d6 /res/values
parent05287bf0cea303b93802a629aa883fb6322ca342 (diff)
downloadpackages_apps_Contacts-20510ec0a26e7eeb7f3a321deb755e984445fe74.tar.gz
packages_apps_Contacts-20510ec0a26e7eeb7f3a321deb755e984445fe74.tar.bz2
packages_apps_Contacts-20510ec0a26e7eeb7f3a321deb755e984445fe74.zip
Multi-select to share Part 2
UI work to supprot multi-select. Long pressing starts selection mode. For now, you can only share the contacts that you have selected. Manual tests: * Starting selection mode * starting selection mode by long pressing the Me Profile * RTL layout * rotation in search mode * rotation in selection mode * typing on keyboard while in selection mode: $ adb shell input keyboard text 'this%sis%san%sexample' (should do nothing) * press search key while in selection mode: $ adb shell input keyevent 84 (should do nothing) * sharing contacts via multi selection Bug: 19549465 Change-Id: If438bddfaaee1f69e4c888716f926abcd00ddbc6
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index c3bf79eaf..cb658b3cf 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -29,6 +29,10 @@
<color name="actionbar_background_color">@color/primary_color</color>
<color name="actionbar_background_color_dark">@color/primary_color_dark</color>
+ <color name="contextual_selection_bar_color">#616161</color>
+ <!-- Color of the status bar above the contextual selection bar. -->
+ <color name="contextual_selection_bar_status_bar_color">#424242</color>
+
<color name="primary_color_dark">#0277bd</color>
<color name="primary_color">#0288d1</color>