blob: 856447bba88f1794f8e65fd273f798f1a4937eea [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"
Tadashi G. Takaokaa6dd0c22012-03-21 18:56:09 +090024 android:textSize="18dp"
The Android Open Source Project923bf412009-03-13 15:11:42 -070025 android:textColor="?android:attr/textColorPrimaryInverse"
Tadashi G. Takaokaa6dd0c22012-03-21 18:56:09 +090026 android:minWidth="32dp"
The Android Open Source Project923bf412009-03-13 15:11:42 -070027 android:gravity="center"
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +090028 style="?attr/suggestionPreviewBackgroundStyle" />