diff options
author | Neel Parekh <neel@google.com> | 2009-09-14 11:57:20 -0700 |
---|---|---|
committer | Neel Parekh <neel@google.com> | 2009-09-14 11:58:43 -0700 |
commit | b77a6d9fcb489aa9aa794858f7715ed1a5b9319e (patch) | |
tree | 9a085291eb590ea7ddbb861f82ebe2391b62cb53 /res/values/ids.xml | |
parent | 2428f624b85b15d528e9fe26e3365e6963afaa08 (diff) | |
download | packages_apps_Contacts-b77a6d9fcb489aa9aa794858f7715ed1a5b9319e.tar.gz packages_apps_Contacts-b77a6d9fcb489aa9aa794858f7715ed1a5b9319e.tar.bz2 packages_apps_Contacts-b77a6d9fcb489aa9aa794858f7715ed1a5b9319e.zip |
Change display groups "only phones" filter to checkbox
Bug: 2110776
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r-- | res/values/ids.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml index 060f2529e..892569ae0 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,7 +18,6 @@ <!-- The EditText for entries in the EditContactActivity --> <item type="id" name="data" /> - <item type="id" name="header_all" /> <item type="id" name="header_phones" /> <item type="id" name="dialog_delete" /> |