summaryrefslogtreecommitdiff
path: root/res/values/ids.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-05 15:01:01 -0800
committerAndrew Lee <anwlee@google.com>2015-03-05 15:10:52 -0800
commit52efda4d4a71a7b689a68e0ff68beb61bf8ca47b (patch)
treeb0d658e9304d4ef67353d23970af0112e97dae24 /res/values/ids.xml
parent896a443b6e6c701270000542c921bc4e1e26189b (diff)
Remove the shortcut/recents card.
- Delete SwipeableShortcutCard, ShortcutCardsManager. - Remove related references in ListsFragment, layouts, helpers for swipe behavrio, dimensions, and ids. + Update sliding logic in ListsFragment. It's not ideal to use a frame layout to provide spacing/color, but this is the most straightforward way to maintain behavior for now. This can/should be revisited if removing the OverlappingPaneLayout. Bug: 19372817 Change-Id: I789119fb8f87ea19cda545eec7c722306fc2813d
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r--res/values/ids.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
deleted file mode 100644
index 2b095043a..000000000
--- a/res/values/ids.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ 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.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-<resources>
- <item type="id"
- name="is_swipeable_tag" />
- <item type="id"
- name="contact_entry_index_tag" />
-</resources> \ No newline at end of file