abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
-rw-r--r--res/values/values.xml1
2 files changed, 1 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 313475d..e334706 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -35,8 +35,6 @@ This application contains no ads, doesn't make any network requests and is Open
<string name="pref_extra_keys_title">Add keys to the keyboard</string>
<string name="pref_extra_keys_custom">Add custom keys</string>
<string name="pref_extra_keys_internal">Select keys to add to the keyboard</string>
- <string name="pref_second_layout_title">Secondary layout</string>
- <string name="pref_second_layout_none">None</string>
<string name="pref_category_typing">Typing</string>
<string name="pref_swipe_dist_title">Swiping distance</string>
<string name="pref_swipe_dist_summary">Distance of characters in the corners of the keys (%s)</string>
@@ -90,6 +88,7 @@ This application contains no ads, doesn't make any network requests and is Open
<string name="launcher_description">This application is a virtual keyboard. Go to the system settings by clicking on the button below and enable Unexpected-Keyboard.</string>
<string name="launcher_sourcecode">This is an free and open source application. You can find the source code or report bugs on Github.</string>
<string name="launcher_tryhere">After enabling, you can try the keyboard here:</string>
+ <string name="launcher_tryhere_hint">Try here</string>
<string name="key_descr_capslock">Caps lock</string>
<string name="key_descr_switch_greekmath">Greek &amp; math symbols</string>
<string name="key_descr_change_method">Switch keyboard</string>
@@ -110,6 +109,4 @@ This application contains no ads, doesn't make any network requests and is Open
<string name="key_descr_page_down">Page Down</string>
<string name="key_descr_home">Home</string>
<string name="key_descr_end">End</string>
- <!-- Unused -->
- <string name="pref_category_advanced">Advanced</string>
</resources>
diff --git a/res/values/values.xml b/res/values/values.xml
index 8e40307..cc048e9 100644
--- a/res/values/values.xml
+++ b/res/values/values.xml
@@ -2,7 +2,6 @@
<resources>
<dimen name="margin_top">3dp</dimen>
<dimen name="key_padding">2dp</dimen>
- <dimen name="emoji_type_button_height">56dp</dimen>
<dimen name="emoji_grid_height">250dp</dimen>
<dimen name="emoji_text_size">28dp</dimen>
<dimen name="pref_button_size">28dp</dimen>