summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-11 17:51:06 -0700
committerAndrew Lee <anwlee@google.com>2014-06-11 17:51:06 -0700
commitabd14766bf305ec5cee6ffcff189ad7bcee27a06 (patch)
treefe608fb3e5d83d2c7a5d4973c778595a1a023566 /res/layout
parent28aab271e57a4966496b5d2ef2b067e8ace34679 (diff)
Code cleanup: delete all contact button.
Change-Id: I612b5a9dd8451c18ae5b5d38291182b8f5b1589f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/empty_list_view.xml9
-rw-r--r--res/layout/show_all_contact_button.xml26
2 files changed, 0 insertions, 35 deletions
diff --git a/res/layout/empty_list_view.xml b/res/layout/empty_list_view.xml
index be4dbf5af..40f58bd8a 100644
--- a/res/layout/empty_list_view.xml
+++ b/res/layout/empty_list_view.xml
@@ -20,15 +20,6 @@
android:layout_height="match_parent"
android:minHeight="?android:attr/listPreferredItemHeight">
- <include
- android:id="@+id/show_all_contact_button_in_nofav"
- layout="@layout/show_all_contact_button"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"/>
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/res/layout/show_all_contact_button.xml b/res/layout/show_all_contact_button.xml
deleted file mode 100644
index 30060d77b..000000000
--- a/res/layout/show_all_contact_button.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 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.
--->
-
-<com.android.contacts.common.list.ContactListItemView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/show_all_contact_button"
- android:orientation="horizontal"
- android:clickable="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:gravity="center"
- android:focusable="true" /> \ No newline at end of file