aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-22 14:17:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-22 14:17:23 +0000
commitcc4d21df7b08c3143dd1c4af786609a279a0bb79 (patch)
tree0361de3bf67d608926e39d32246e3db2c5b68ae8 /java/res/layout
parent96db9222c2c8c728498751221cc92664676dd4f0 (diff)
parent2637be27c51be03e39b0db1c66312c4cc55bc7de (diff)
downloadlatinime-cc4d21df7b08c3143dd1c4af786609a279a0bb79.tar.gz
latinime-cc4d21df7b08c3143dd1c4af786609a279a0bb79.tar.xz
latinime-cc4d21df7b08c3143dd1c4af786609a279a0bb79.zip
am 2637be27: Support Accept typed word UI
* commit '2637be27c51be03e39b0db1c66312c4cc55bc7de': Support Accept typed word UI
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.