diff options
author | 2011-08-26 03:06:40 -0700 | |
---|---|---|
committer | 2011-08-26 03:06:40 -0700 | |
commit | 7fe084a85620bdb6a849c65dade1e8db36b49e0e (patch) | |
tree | df6236698db4b9fcaf80d40a0016e12ec3867637 /java/res/layout | |
parent | 0ada663f3da8fc2d64f82a070b09b27735bc7fab (diff) | |
parent | c04bbc1ae9be81d25a356407c27a8e7fa22028bf (diff) | |
download | latinime-7fe084a85620bdb6a849c65dade1e8db36b49e0e.tar.gz latinime-7fe084a85620bdb6a849c65dade1e8db36b49e0e.tar.xz latinime-7fe084a85620bdb6a849c65dade1e8db36b49e0e.zip |
Merge "Fix "touch to save" colors"
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/candidates_strip.xml | 31 |
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> |