diff options
author | Walter Jang <wjang@google.com> | 2016-04-05 09:29:56 -0700 |
---|---|---|
committer | Walter Jang <wjang@google.com> | 2016-04-05 13:32:28 -0700 |
commit | 758f56580b973894213569b61b1ae23b293071c2 (patch) | |
tree | 5260b0b91547a3c578bdafac9ffa8736535e8b6e /res/values/ids.xml | |
parent | f568b30b5a4b009e10a8b97117f5c720bbfab43d (diff) | |
download | packages_apps_Contacts-758f56580b973894213569b61b1ae23b293071c2.tar.gz packages_apps_Contacts-758f56580b973894213569b61b1ae23b293071c2.tar.bz2 packages_apps_Contacts-758f56580b973894213569b61b1ae23b293071c2.zip |
Add groups to the side navigation bar
Just launch the old group details Activity for now.
Bug 18641067
Change-Id: I213c88213240d5281edfeda1bc5da9180506520b
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r-- | res/values/ids.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml index 7f6a51fcc..efc45fc65 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -43,4 +43,7 @@ <!-- An ID to be used for contents of a custom dialog so that its state be preserved --> <item type="id" name="custom_dialog_content" /> + + <!-- Menu group ID for the contact groups --> + <item type="id" name="menu_groups" /> </resources> |