diff options
author | 2014-01-27 09:36:51 +0000 | |
---|---|---|
committer | 2014-01-27 09:36:52 +0000 | |
commit | 1e4b1300e65095ca4b064afb5590d4bc02ff7725 (patch) | |
tree | c37abef7b81c6f922bcac76acf105ed0420853fd /java/res | |
parent | 68d7291a6bdc1d5633d744759a5c76599499d9e9 (diff) | |
parent | 148dedbc5dfa22d6db30b28ae9ede139206af429 (diff) | |
download | latinime-1e4b1300e65095ca4b064afb5590d4bc02ff7725.tar.gz latinime-1e4b1300e65095ca4b064afb5590d4bc02ff7725.tar.xz latinime-1e4b1300e65095ca4b064afb5590d4bc02ff7725.zip |
Merge "Refactor SuggestionsStripLayoutHelper class"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/suggestions_strip.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml index 908e30522..2ffac179c 100644 --- a/java/res/layout/suggestions_strip.xml +++ b/java/res/layout/suggestions_strip.xml @@ -25,4 +25,19 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent" /> + <LinearLayout + android:id="@+id/add_to_dictionary_strip" + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:visibility="invisible"> + <include + layout="@layout/suggestion_word" + android:id="@+id/word_to_save" /> + <include + layout="@layout/suggestion_divider" /> + <include + layout="@layout/hint_add_to_dictionary" + android:id="@+id/hint_add_to_dictionary" /> + </LinearLayout> </merge> |