aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-13 14:52:36 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-08-22 21:25:35 +0900
commit2637be27c51be03e39b0db1c66312c4cc55bc7de (patch)
tree97c6f6e991e5405b121c08e003bf734baa5cb3ba /java/res/layout
parentcabb66e9bc2d5c13d83ccae6ce2d2e673b6ebf0e (diff)
downloadlatinime-2637be27c51be03e39b0db1c66312c4cc55bc7de.tar.gz
latinime-2637be27c51be03e39b0db1c66312c4cc55bc7de.tar.xz
latinime-2637be27c51be03e39b0db1c66312c4cc55bc7de.zip
Support Accept typed word UI
Change-Id: I58e95b2791a45afdc7dae8e26dcfc200b3b4b854
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/suggestions_strip.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml
index 489477990..aefdb8cad 100644
--- a/java/res/layout/suggestions_strip.xml
+++ b/java/res/layout/suggestions_strip.xml
@@ -48,12 +48,13 @@
android:layout_height="match_parent"
style="?attr/suggestionWordStyle" />
<include
+ android:id="@+id/word_to_save_divider"
layout="@layout/suggestion_divider" />
<TextView
android:id="@+id/hint_add_to_dictionary"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:textAlignment="viewStart"
+ android:gravity="center_vertical|start"
style="?attr/suggestionWordStyle" />
</LinearLayout>
<!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.