2010-12-06 12:26:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
2011-06-24 05:19:59 +00:00
|
|
|
** Copyright 2011, The Android Open Source Project
|
2010-12-06 12:26:38 +00:00
|
|
|
**
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
**
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
**
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
2011-06-24 05:19:59 +00:00
|
|
|
<TextView
|
2010-12-06 12:26:38 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2011-04-08 08:58:35 +00:00
|
|
|
android:layout_width="wrap_content"
|
2011-06-13 05:46:37 +00:00
|
|
|
android:layout_height="wrap_content"
|
2012-03-21 09:56:09 +00:00
|
|
|
android:textSize="6dp"
|
2011-06-24 05:19:59 +00:00
|
|
|
android:textColor="@android:color/white"
|
2013-08-28 06:59:49 +00:00
|
|
|
style="?attr/suggestionWordStyle" />
|