diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-08-02 05:17:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-02 05:17:20 +0000 |
| commit | 21c29c0a4543ef28b5f00bb7767179a819d7955c (patch) | |
| tree | e2fd3275c991750c5b03803d60522951cf03dfac | |
| parent | f3e0ce4004bd50151f1e560070961b117db77dc8 (diff) | |
| parent | 064dfae75cf7e79c677e61dc0d9a32cb423c5ab9 (diff) | |
| download | AnySoftKeyboard-21c29c0a4543ef28b5f00bb7767179a819d7955c.tar.gz AnySoftKeyboard-21c29c0a4543ef28b5f00bb7767179a819d7955c.tar.bz2 | |
Merge pull request #2403 from lubenard/PR_remove_double_smileys_category
Removed duplicate smiley categories
| -rw-r--r-- | ime/app/src/main/res/xml-v22/quick_text_keys.xml | 9 | ||||
| -rw-r--r-- | ime/app/src/main/res/xml-v24/quick_text_keys.xml | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/ime/app/src/main/res/xml-v22/quick_text_keys.xml b/ime/app/src/main/res/xml-v22/quick_text_keys.xml index 390b4432a..e74ebf467 100644 --- a/ime/app/src/main/res/xml-v22/quick_text_keys.xml +++ b/ime/app/src/main/res/xml-v22/quick_text_keys.xml @@ -136,15 +136,6 @@ description="" index="15"/> <QuickTextKey - id="0077b34d-770f-4083-83e4-081957e06c27" - nameResId="@string/simley_key_name" - popupKeyboard="@xml/popup_smileys" - keyIcon="@drawable/ic_quick_text_dark_theme" - keyLabel="@string/quick_text_smiley_key_label" - keyOutputText="@string/quick_text_smiley_key_output" - description="" - index="15"/> - <QuickTextKey id="085020ea-f496-4c0c-80cb-45ca50635c59" nameResId="@string/short_smiley_key_name" popupKeyboard="@xml/popup_smileys_short" diff --git a/ime/app/src/main/res/xml-v24/quick_text_keys.xml b/ime/app/src/main/res/xml-v24/quick_text_keys.xml index e75c99797..3fb156bac 100644 --- a/ime/app/src/main/res/xml-v24/quick_text_keys.xml +++ b/ime/app/src/main/res/xml-v24/quick_text_keys.xml @@ -127,15 +127,6 @@ description="" index="15"/> <QuickTextKey - id="0077b34d-770f-4083-83e4-081957e06c27" - nameResId="@string/simley_key_name" - popupKeyboard="@xml/popup_smileys" - keyIcon="@drawable/ic_quick_text_dark_theme" - keyLabel="@string/quick_text_smiley_key_label" - keyOutputText="@string/quick_text_smiley_key_output" - description="" - index="15"/> - <QuickTextKey id="085020ea-f496-4c0c-80cb-45ca50635c59" nameResId="@string/short_smiley_key_name" popupKeyboard="@xml/popup_smileys_short" |
