blob: a2f7c31bb55b2d008fb9c7dbfb6ee259c452ae2c [file] [log] [blame]
Owen Lin44ef42f2012-07-11 11:20:00 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 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
17<TextView xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@android:id/text1"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
John Reck2abaaf72012-12-12 13:43:43 -080021 android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
Arne Coucheronccbf7a72017-07-13 01:36:11 +020022 android:textSize="18sp"
Joey Rizzoli428d8f92016-06-01 15:08:07 +020023 android:textColor="@color/black_transparent_4"
Owen Lin3fa69472012-08-27 10:01:22 +080024 android:singleLine="true"
Owen Lin44ef42f2012-07-11 11:20:00 +080025 android:gravity="center_vertical"
kaiyiz57261ec2014-10-15 10:00:25 +080026 android:paddingStart="16dp"
27 android:paddingEnd="16dp"
Arne Coucheronccbf7a72017-07-13 01:36:11 +020028 android:minHeight="?android:attr/listPreferredItemHeightSmall"
Owen Lin44ef42f2012-07-11 11:20:00 +080029 android:minWidth="196dp"
30/>