summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-02-03 20:09:36 -0800
committerBrian Attwell <brianattwell@google.com>2014-02-03 20:43:59 -0800
commitcb89f71e69d411d882c7334d68f60dd70f730ba0 (patch)
tree77f89fed24c05c1f8b564e1128da4113530756bd /res/layout-land
parent1d815e67ea1304d693b9e09e7e53e76dc61883e1 (diff)
downloadandroid_packages_apps_Contacts-cb89f71e69d411d882c7334d68f60dd70f730ba0.tar.gz
android_packages_apps_Contacts-cb89f71e69d411d882c7334d68f60dd70f730ba0.tar.bz2
android_packages_apps_Contacts-cb89f71e69d411d882c7334d68f60dd70f730ba0.zip
Remove ContactDetailLayoutController's social code
Prior to this change, the ContactDetailLayoutController used ViewPagers and Carousels to display nothing but the ContactDetailFragment. Originally these ViewPagers and carousels were used to display social code. I have removed the now useless ViewPagers, carousels and adapters. Now that ContactDetailLayoutController's layout only contains the ContactDetailFragment, there is no need for multiple different ContactDetailLayoutController layouts. Change-Id: Iea09bab7e39cfafded56be5c2302f3e36fd40f4c
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/contact_detail_container.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/res/layout-land/contact_detail_container.xml b/res/layout-land/contact_detail_container.xml
deleted file mode 100644
index fc401b753..000000000
--- a/res/layout-land/contact_detail_container.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <com.android.contacts.detail.ContactDetailFragmentCarousel
- android:id="@+id/fragment_carousel"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
-</FrameLayout> \ No newline at end of file