summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-10 13:25:07 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:36:18 -0700
commitd28851f436c39a83f02d3b405fd91f0fb4833b2a (patch)
treecbac5cc263fa2409834739d2206a63f79af0e79e /res/layout-sw600dp-land
parent23889ba7ca18ed4ea56248355438a734511bc0b7 (diff)
downloadpackages_apps_Contacts-d28851f436c39a83f02d3b405fd91f0fb4833b2a.tar.gz
packages_apps_Contacts-d28851f436c39a83f02d3b405fd91f0fb4833b2a.tar.bz2
packages_apps_Contacts-d28851f436c39a83f02d3b405fd91f0fb4833b2a.zip
Use Toolbar for QC
* Moved star, add and edit buttons into Toolbar * Fixed implementation of add/edit: copied the ContractDetailFragment implementation * Added unimplemented Share and Place on Home menu items * Deleted some of the quickcontact_activity.xml files * No longer handle click events on Contact photo view Change-Id: Id333b11e89d8755ace600700be15077fd47b6172
Diffstat (limited to 'res/layout-sw600dp-land')
-rw-r--r--res/layout-sw600dp-land/quickcontact_activity.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/res/layout-sw600dp-land/quickcontact_activity.xml b/res/layout-sw600dp-land/quickcontact_activity.xml
deleted file mode 100644
index 239c50c5e..000000000
--- a/res/layout-sw600dp-land/quickcontact_activity.xml
+++ /dev/null
@@ -1,37 +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.
--->
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/content"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="32dip"
- android:orientation="horizontal">
- <FrameLayout
- android:layout_width="360dip"
- android:layout_height="360dip">
- <include layout="@layout/quickcontact_photo_container" />
- </FrameLayout>
- <com.android.contacts.quickcontact.ExpandingEntryCardView
- style="@style/ExpandingEntryCardStyle"
- android:id="@+id/communication_card"
- android:layout_marginTop="@dimen/communication_card_marginTop"
- android:visibility="gone" />
- <com.android.contacts.quickcontact.ExpandingEntryCardView
- style="@style/ExpandingEntryCardStyle"
- android:id="@+id/recent_card"
- android:visibility="gone" />
-</LinearLayout> \ No newline at end of file