aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-08-06 00:45:58 -0700
committerTadashi G. Takaoka <takaoka@google.com>2011-08-08 00:15:49 -0700
commitae5c736e37973e26b201d45ff6c139862a6e05cf (patch)
tree97484885e69584d2da4fd4ca1df9e370681705ad /java/res/layout
parent20c4aec82719b5e9b5ddfa990970f19d399aaa2c (diff)
downloadlatinime-ae5c736e37973e26b201d45ff6c139862a6e05cf.tar.gz
latinime-ae5c736e37973e26b201d45ff6c139862a6e05cf.tar.xz
latinime-ae5c736e37973e26b201d45ff6c139862a6e05cf.zip
Remove suggestion pane controller from strip
This change also removes speacebar LED to represent auto correction. Bug: 5023981 Change-Id: Idedaabd147ed608df35cb51769388578a05174a1
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/candidates_strip.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/java/res/layout/candidates_strip.xml b/java/res/layout/candidates_strip.xml
index 269bc1bc3..bcc1322b6 100644
--- a/java/res/layout/candidates_strip.xml
+++ b/java/res/layout/candidates_strip.xml
@@ -29,31 +29,6 @@
android:layout_width="0dp"
android:layout_height="match_parent" />
<LinearLayout
- android:id="@+id/candidates_pane_control"
- android:orientation="horizontal"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- >
- <TextView
- android:id="@+id/expand_candidates_pane"
- android:text="@string/label_expand_candidates_pane"
- android:gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:minWidth="28dp"
- android:textSize="@dimen/candidate_text_size"
- android:visibility="visible" />
- <TextView
- android:id="@+id/close_candidates_pane"
- android:text="@string/label_close_candidates_pane"
- android:gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:minWidth="28dp"
- android:textSize="@dimen/candidate_text_size"
- android:visibility="gone" />
- </LinearLayout>
- <LinearLayout
android:id="@+id/touch_to_save"
android:orientation="horizontal"
android:layout_width="match_parent"