diff options
| author | lubenard <lubenard@student.42.fr> | 2020-07-26 10:37:07 +0000 |
|---|---|---|
| committer | lubenard <lubenard@student.42.fr> | 2020-07-26 10:37:07 +0000 |
| commit | 064dfae75cf7e79c677e61dc0d9a32cb423c5ab9 (patch) | |
| tree | f1c92e5fb9b6ffe7a0b14dd209779398a24909ee /ime/app | |
| parent | 020d841c16ab92963d2085032eeeaae9cfc3130c (diff) | |
| download | AnySoftKeyboard-064dfae75cf7e79c677e61dc0d9a32cb423c5ab9.tar.gz AnySoftKeyboard-064dfae75cf7e79c677e61dc0d9a32cb423c5ab9.tar.bz2 | |
Removed duplicate smiley keys
Diffstat (limited to 'ime/app')
| -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" |
