diff options
author | 2015-02-03 10:18:06 -0800 | |
---|---|---|
committer | 2015-02-03 15:12:01 -0800 | |
commit | 23574d1231296e090e6efb41a50c7885a116ddb4 (patch) | |
tree | 5578fff08ae893e6b3a090c1bc3c11df6f12471d /java/res/layout | |
parent | 48cc0d642081df20c66aab0a453942e54f390a0b (diff) | |
download | latinime-23574d1231296e090e6efb41a50c7885a116ddb4.tar.gz latinime-23574d1231296e090e6efb41a50c7885a116ddb4.tar.xz latinime-23574d1231296e090e6efb41a50c7885a116ddb4.zip |
LatinIME portion of "green plus" feature.
Removes the feature that adds strings to the user dictionary,
aka the "green highlight with a plus sign".
Bug 19237189.
Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/suggestions_strip.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml index aefdb8cad..47e9a918e 100644 --- a/java/res/layout/suggestions_strip.xml +++ b/java/res/layout/suggestions_strip.xml @@ -33,30 +33,6 @@ android:soundEffectsEnabled="false" /> <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings. We just need to ignore the system's audio and haptic feedback settings. --> - <LinearLayout - android:id="@+id/add_to_dictionary_strip" - android:orientation="horizontal" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginLeft="@dimen/config_suggestions_strip_horizontal_margin" - android:layout_marginRight="@dimen/config_suggestions_strip_horizontal_margin" - android:hapticFeedbackEnabled="false" - android:soundEffectsEnabled="false"> - <TextView - android:id="@+id/word_to_save" - android:layout_width="match_parent" - 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:gravity="center_vertical|start" - style="?attr/suggestionWordStyle" /> - </LinearLayout> <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings. We just need to ignore the system's audio and haptic feedback settings. --> <LinearLayout |