blob: 2805722087644a401985989502772813adb9e35c [file] [log] [blame]
Jeff Sharkey51ca5442009-05-21 16:12:18 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Jeff Sharkey39261272009-06-03 19:15:09 -070017<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Romain Guy6304c0b2010-01-08 15:06:49 -080018 android:layout_width="match_parent"
Jeff Sharkey51ca5442009-05-21 16:12:18 -070019 android:layout_height="wrap_content"
Jeff Sharkey73714ff2009-08-23 22:13:04 -070020 android:orientation="vertical"
Daniel Lehmann69e82442010-11-18 16:40:30 -080021 android:paddingLeft="25dip"
22 android:paddingRight="25dip"
Jeff Sharkey73714ff2009-08-23 22:13:04 -070023 android:minHeight="?android:attr/listPreferredItemHeight"
Jeff Sharkey39261272009-06-03 19:15:09 -070024 android:gravity="center_vertical">
25
Jeff Sharkey73714ff2009-08-23 22:13:04 -070026 <TextView
27 android:id="@android:id/text1"
Jeff Sharkey39261272009-06-03 19:15:09 -070028 android:layout_width="wrap_content"
29 android:layout_height="wrap_content"
Jeff Sharkey73714ff2009-08-23 22:13:04 -070030 android:textStyle="bold"
Jeff Sharkeycde73892011-04-07 00:48:02 -070031 android:textAppearance="?android:attr/textAppearanceMedium" />
Jeff Sharkey39261272009-06-03 19:15:09 -070032
Jeff Sharkey73714ff2009-08-23 22:13:04 -070033 <TextView
34 android:id="@android:id/text2"
Jeff Sharkey39261272009-06-03 19:15:09 -070035 android:layout_width="wrap_content"
36 android:layout_height="wrap_content"
Jeff Sharkey73714ff2009-08-23 22:13:04 -070037 android:layout_marginTop="-4dip"
Jeff Sharkeycde73892011-04-07 00:48:02 -070038 android:textAppearance="?android:attr/textAppearanceSmall" />
Jeff Sharkey39261272009-06-03 19:15:09 -070039
40</LinearLayout>