2011-08-24 05:44:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2011, The Android Open Source Project
|
|
|
|
**
|
|
|
|
** 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.
|
|
|
|
*/
|
|
|
|
-->
|
2013-08-27 06:15:44 +00:00
|
|
|
|
2011-08-24 05:44:46 +00:00
|
|
|
<LinearLayout
|
2013-08-27 06:15:44 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2013-12-13 08:09:16 +00:00
|
|
|
android:orientation="vertical"
|
2013-08-27 06:15:44 +00:00
|
|
|
>
|
|
|
|
<com.android.inputmethod.latin.suggestions.MoreSuggestionsView
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
android:id="@+id/more_suggestions_view"
|
2011-08-24 05:44:46 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2013-12-13 08:09:16 +00:00
|
|
|
latin:keyLetterSize="@dimen/config_suggestion_text_size"
|
|
|
|
latin:keyLabelSize="@dimen/config_suggestion_text_size"
|
|
|
|
latin:keyHintLetterRatio="@fraction/config_more_suggestions_info_ratio"
|
2013-08-27 06:15:44 +00:00
|
|
|
latin:keyHintLetterColor="@android:color/white" />
|
2011-08-24 05:44:46 +00:00
|
|
|
</LinearLayout>
|