blob: 3c026ae0e6ad329591d70273e50b942570ad5061 [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +09003/*
The Android Open Source Project923bf412009-03-13 15:11:42 -07004**
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +09005** Copyright 2011, The Android Open Source Project
The Android Open Source Project923bf412009-03-13 15:11:42 -07006**
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +09007** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
The Android Open Source Project923bf412009-03-13 15:11:42 -070010**
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +090011** http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project923bf412009-03-13 15:11:42 -070012**
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +090013** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
The Android Open Source Project923bf412009-03-13 15:11:42 -070017** limitations under the License.
18*/
19-->
20
21<TextView xmlns:android="http://schemas.android.com/apk/res/android"
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +090022 android:layout_width="wrap_content"
The Android Open Source Project923bf412009-03-13 15:11:42 -070023 android:layout_height="wrap_content"
24 android:textSize="18sp"
25 android:textColor="?android:attr/textColorPrimaryInverse"
26 android:minWidth="32dip"
27 android:gravity="center"
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +090028 style="?attr/suggestionPreviewBackgroundStyle" />