blob: fcf348b5cf5df18bfe87d2b861d40296b6f7669c [file] [log] [blame]
Jeff Sharkeycde73892011-04-07 00:48:02 -07001<?xml version="1.0" encoding="utf-8"?>
Paul Soulos2d48b5a2014-05-29 13:56:25 -07002<!--
3 Copyright (C) 2011 The Android Open Source Project
Jeff Sharkeycde73892011-04-07 00:48:02 -07004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Paul Soulos2d48b5a2014-05-29 13:56:25 -070017<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
Chiao Cheng9f35ccd2012-08-15 18:13:43 -070018 xmlns:ex="http://schemas.android.com/apk/res-auto"
Jeff Sharkeycde73892011-04-07 00:48:02 -070019 android:layout_width="match_parent"
20 android:layout_height="match_parent"
Paul Soulos2d48b5a2014-05-29 13:56:25 -070021 android:orientation="vertical"
Jeff Sharkeycde73892011-04-07 00:48:02 -070022 android:focusable="true"
23 android:focusableInTouchMode="true"
Paul Soulos5ec23fd2014-05-29 18:19:38 -070024 android:descendantFocusability="afterDescendants"
25 android:background="@color/card_margin_color" >
Paul Soulos2d48b5a2014-05-29 13:56:25 -070026
Daniel Lehmannedb576a2011-07-27 16:45:13 -070027 <LinearLayout
28 android:id="@android:id/content"
29 android:layout_width="match_parent"
30 android:layout_height="wrap_content"
Paul Soulos2d48b5a2014-05-29 13:56:25 -070031 android:orientation="vertical" >
32
Daniel Lehmann2e95ad02011-07-28 18:30:01 -070033 <view
Daniel Lehmann2e95ad02011-07-28 18:30:01 -070034 android:layout_width="match_parent"
35 android:layout_height="wrap_content"
Paul Soulos2d48b5a2014-05-29 13:56:25 -070036 class="com.android.contacts.common.widget.ProportionalLayout"
37 ex:direction="widthToHeight"
38 ex:ratio="0.5" >
39
Daniel Lehmann2e95ad02011-07-28 18:30:01 -070040 <include layout="@layout/quickcontact_photo_container" />
41 </view>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070042
43 <com.android.contacts.quickcontact.ExpandingEntryCardView
Paul Soulos2fad98e2014-05-29 16:20:05 -070044 style="@style/ExpandingEntryCardStyle"
Paul Soulos2d48b5a2014-05-29 13:56:25 -070045 android:id="@+id/communication_card"
Paul Soulos2fad98e2014-05-29 16:20:05 -070046 android:layout_marginTop="@dimen/communication_card_marginTop" />
Daniel Lehmannedb576a2011-07-27 16:45:13 -070047 </LinearLayout>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070048</ScrollView>