aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-08-26 15:13:30 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-08-26 18:55:36 +0900
commitc04bbc1ae9be81d25a356407c27a8e7fa22028bf (patch)
tree9091618999ca52760809337be5913a3e6dca3168 /java/res/layout
parentde4e8dedccc7b6db6df4c3f75d9f2458432c558a (diff)
downloadlatinime-c04bbc1ae9be81d25a356407c27a8e7fa22028bf.tar.gz
latinime-c04bbc1ae9be81d25a356407c27a8e7fa22028bf.tar.xz
latinime-c04bbc1ae9be81d25a356407c27a8e7fa22028bf.zip
Fix "touch to save" colors
Bug: 5218662 Change-Id: I094b2ceb7438148eb5bdf620b188f598e8442a07
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/candidates_strip.xml31
1 files changed, 1 insertions, 30 deletions
diff --git a/java/res/layout/candidates_strip.xml b/java/res/layout/candidates_strip.xml
index bcc1322b6..46cd691a7 100644
--- a/java/res/layout/candidates_strip.xml
+++ b/java/res/layout/candidates_strip.xml
@@ -25,35 +25,6 @@
<LinearLayout
android:id="@+id/candidates_strip"
android:orientation="horizontal"
- android:layout_weight="1.0"
- android:layout_width="0dp"
- android:layout_height="match_parent" />
- <LinearLayout
- android:id="@+id/touch_to_save"
- android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone"
- >
- <Button
- android:id="@+id/word_to_save"
- android:layout_weight="1.0"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_gravity="center_vertical"
- android:textSize="@dimen/candidate_text_size"
- android:singleLine="true"
- android:ellipsize="middle"
- style="?attr/suggestionBackgroundStyle" />
- <include
- layout="@layout/candidate_divider" />
- <TextView
- android:layout_weight="2.0"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:gravity="left|center_vertical"
- android:text="@string/hint_add_to_dictionary"
- android:textSize="@dimen/candidate_text_size"
- android:background="@null" />
- </LinearLayout>
+ android:layout_height="match_parent" />
</merge>