Tadashi G. Takaoka | 86e815a | 2011-06-14 16:28:57 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2011, The Android Open Source Project |
| 6 | ** |
| 7 | ** 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 |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** 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 |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | |
| 21 | <merge |
| 22 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 23 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 24 | > |
Tadashi G. Takaoka | 86e815a | 2011-06-14 16:28:57 +0900 | [diff] [blame] | 25 | <LinearLayout |
Tadashi G. Takaoka | 717a8f5 | 2011-06-27 16:57:18 +0900 | [diff] [blame] | 26 | android:id="@+id/candidates_strip" |
Tadashi G. Takaoka | b473198 | 2011-06-26 03:00:51 +0900 | [diff] [blame] | 27 | android:orientation="horizontal" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 28 | android:layout_weight="1.0" |
| 29 | android:layout_width="0dp" |
Tadashi G. Takaoka | 3118277 | 2011-07-01 14:21:25 +0900 | [diff] [blame^] | 30 | android:layout_height="match_parent" /> |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 31 | <LinearLayout |
| 32 | android:id="@+id/candidates_pane_control" |
| 33 | android:orientation="horizontal" |
| 34 | android:layout_width="wrap_content" |
| 35 | android:layout_height="match_parent" |
| 36 | > |
| 37 | <TextView |
| 38 | android:id="@+id/expand_candidates_pane" |
| 39 | android:text="@string/label_expand_candidates_pane" |
Tadashi G. Takaoka | 2442e77 | 2011-06-24 14:19:59 +0900 | [diff] [blame] | 40 | android:gravity="center" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 41 | android:layout_width="wrap_content" |
Tadashi G. Takaoka | 717a8f5 | 2011-06-27 16:57:18 +0900 | [diff] [blame] | 42 | android:layout_height="match_parent" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 43 | android:textSize="@dimen/candidate_text_size" |
Tadashi G. Takaoka | 3118277 | 2011-07-01 14:21:25 +0900 | [diff] [blame^] | 44 | android:paddingRight="8dp" |
| 45 | android:paddingLeft="8dp" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 46 | android:visibility="visible" |
Tadashi G. Takaoka | 3118277 | 2011-07-01 14:21:25 +0900 | [diff] [blame^] | 47 | android:background="@drawable/btn_keyboard_key_ics" /> |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 48 | <TextView |
| 49 | android:id="@+id/close_candidates_pane" |
| 50 | android:text="@string/label_close_candidates_pane" |
Tadashi G. Takaoka | 717a8f5 | 2011-06-27 16:57:18 +0900 | [diff] [blame] | 51 | android:gravity="center" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 52 | android:layout_width="wrap_content" |
Tadashi G. Takaoka | 717a8f5 | 2011-06-27 16:57:18 +0900 | [diff] [blame] | 53 | android:layout_height="match_parent" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 54 | android:textSize="@dimen/candidate_text_size" |
Tadashi G. Takaoka | 3118277 | 2011-07-01 14:21:25 +0900 | [diff] [blame^] | 55 | android:paddingRight="8dp" |
| 56 | android:paddingLeft="8dp" |
Tadashi G. Takaoka | 74b6897 | 2011-06-30 10:09:21 +0900 | [diff] [blame] | 57 | android:visibility="gone" |
Tadashi G. Takaoka | 3118277 | 2011-07-01 14:21:25 +0900 | [diff] [blame^] | 58 | android:background="@drawable/btn_keyboard_key_ics" /> |
Tadashi G. Takaoka | 717a8f5 | 2011-06-27 16:57:18 +0900 | [diff] [blame] | 59 | </LinearLayout> |
| 60 | <LinearLayout |
| 61 | android:id="@+id/touch_to_save" |
| 62 | android:orientation="horizontal" |
| 63 | android:layout_width="match_parent" |
| 64 | android:layout_height="match_parent" |
| 65 | android:visibility="gone" |
| 66 | > |
| 67 | <Button |
| 68 | android:id="@+id/word_to_save" |
| 69 | android:layout_weight="1.0" |
| 70 | android:layout_width="0dp" |
| 71 | android:layout_height="match_parent" |
Tadashi G. Takaoka | b473198 | 2011-06-26 03:00:51 +0900 | [diff] [blame] | 72 | android:layout_gravity="center_vertical" |
Tadashi G. Takaoka | 717a8f5 | 2011-06-27 16:57:18 +0900 | [diff] [blame] | 73 | android:textSize="@dimen/candidate_text_size" |
| 74 | android:singleLine="true" |
| 75 | android:ellipsize="middle" |
| 76 | style="?attr/suggestionBackgroundStyle" /> |
| 77 | <include |
| 78 | layout="@layout/candidate_divider" /> |
| 79 | <TextView |
| 80 | android:layout_weight="2.0" |
| 81 | android:layout_width="0dp" |
| 82 | android:layout_height="match_parent" |
| 83 | android:gravity="left|center_vertical" |
| 84 | android:text="@string/hint_add_to_dictionary" |
| 85 | android:textSize="@dimen/candidate_text_size" |
| 86 | android:background="@null" /> |
Tadashi G. Takaoka | 86e815a | 2011-06-14 16:28:57 +0900 | [diff] [blame] | 87 | </LinearLayout> |
| 88 | </merge> |