summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-11 10:47:37 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-11 10:47:37 -0800
commit95ce5516d5e62e543703cd17a4394f81b6a1e425 (patch)
tree67a6bf023cafc069c4ddbc3c5f020108efa283ca
parentd07f81fd7ca4a86981a1d3237a8c89a6294b2d9f (diff)
downloadandroid_packages_apps_ContactsCommon-95ce5516d5e62e543703cd17a4394f81b6a1e425.tar.gz
android_packages_apps_ContactsCommon-95ce5516d5e62e543703cd17a4394f81b6a1e425.tar.bz2
android_packages_apps_ContactsCommon-95ce5516d5e62e543703cd17a4394f81b6a1e425.zip
Remove un-used footer panel.
Bug: 7710803 Change-Id: I476b49d25467af0bc3dc34945d84e6ff8735bc7c
-rw-r--r--res/layout/contact_list_content.xml6
-rw-r--r--res/layout/footer_panel.xml41
2 files changed, 0 insertions, 47 deletions
diff --git a/res/layout/contact_list_content.xml b/res/layout/contact_list_content.xml
index 362209cc..94681d69 100644
--- a/res/layout/contact_list_content.xml
+++ b/res/layout/contact_list_content.xml
@@ -55,10 +55,4 @@
android:visibility="gone" />
</FrameLayout>
- <ViewStub
- android:id="@+id/footer_stub"
- android:layout="@layout/footer_panel"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
-
</LinearLayout>
diff --git a/res/layout/footer_panel.xml b/res/layout/footer_panel.xml
deleted file mode 100644
index 2625a43e..00000000
--- a/res/layout/footer_panel.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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.
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/footer"
- android:orientation="horizontal"
- android:visibility="gone"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- style="@android:style/ButtonBar"
->
-
- <Button android:id="@+id/done"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/menu_done"
- />
-
- <Button android:id="@+id/revert"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/menu_doNotSave"
- />
-
-</LinearLayout> \ No newline at end of file