summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/FloatingStyle.xml20
-rw-r--r--res/values/arrays.xml60
-rw-r--r--res/values/strings.xml104
3 files changed, 184 insertions, 0 deletions
diff --git a/res/values/FloatingStyle.xml b/res/values/FloatingStyle.xml
new file mode 100644
index 0000000..0d4d2f2
--- /dev/null
+++ b/res/values/FloatingStyle.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="Floating">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:background">@android:color/transparent</item>
+ <item name="android:windowIsFloating">true</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
+ <!-- These could have just been put in the above theme but I thought
+ I would separate them out so I would remember this trick hopefully -->
+ <style name="Floating.NoTitleBar">
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
+ <style name="Floating.NoTitleBar.Fullscreen">
+ <item name="android:windowFullscreen">true</item>
+ <item name="android:windowContentOverlay">@null</item>
+ </style>
+</resources> \ No newline at end of file
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 0000000..1d82e75
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="doubleTimes">
+ <item>100</item>
+ <item>200</item>
+ <item>300</item>
+ <item>400</item>
+ <item>500</item>
+ </string-array>
+
+ <string-array name="orderValues">
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ </string-array>
+
+ <string-array name="clickActionNames">
+ <item>Ignore</item>
+ <item>Exit</item>
+ <item>Launcher</item>
+ <item>Alt Launcher</item>
+ <item>SoftKeys</item>
+ </string-array>
+
+ <string-array name="clickActionValues">
+ <item>ignore</item>
+ <item>exit</item>
+ <item>launcher</item>
+ <item>launcher2</item>
+ <item>softkeys</item>
+ </string-array>
+
+ <string-array name="clickPreActionNames">
+ <item>Single Tap Launcher, Double Tap SoftKeys</item>
+ <item>Single Tap SoftKeys, Double Tap Launcher</item>
+ </string-array>
+
+ <string-array name="clickPreActionValues">
+ <item>launcher</item>
+ <item>softkeys</item>
+ </string-array>
+
+ <string-array name="serviceSizeNames">
+ <item>Huge</item>
+ <item>Large</item>
+ <item>Medium</item>
+ <item>Small</item>
+ <item>Tiny</item>
+ </string-array>
+
+ <string-array name="serviceSizeValues">
+ <item>huge</item>
+ <item>large</item>
+ <item>medium</item>
+ <item>small</item>
+ <item>tiny</item>
+ </string-array>
+
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..99fbf47
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">SoftKeys</string>
+
+ <string name="recent_tasks_title">Recent Tasks:</string>
+
+ <string name="pref_category_service_title">SoftKeys Service</string>
+ <string name="pref_service_title">Run Service</string>
+ <string name="pref_service_summary_on">Run SoftKeys Service</string>
+ <string name="pref_service_summary_off">Just Use SoftKeys Launcher</string>
+ <string name="pref_service_size_title">Size</string>
+ <string name="pref_service_size_summary">Size of Service Popup Buttons</string>
+ <string name="pref_service_transparency_title">Button Bar Transparency</string>
+ <string name="pref_service_transparency_summary">Set Transparency of Service Popup</string>
+ <string name="pref_service_popper_transparency_title">Popper Transparency</string>
+ <string name="pref_service_popper_transparency_summary">Set Transparency of Button That Triggers Service Popup</string>
+ <string name="pref_service_close_after_title">Auto Hide</string>
+ <string name="pref_service_close_after_summary_on">Hide After Pressing Any Key But Back</string>
+ <string name="pref_service_close_after_summary_off">Do Not Auto Hide</string>
+ <string name="pref_service_close_after_back_title">Auto Hide After Back</string>
+ <string name="pref_service_close_after_back_summary_on">Hide After Pressing Back</string>
+ <string name="pref_service_close_after_back_summary_off">Do Not Hide After Pressing Back</string>
+ <string name="pref_service_no_background_title">Transparent Background</string>
+ <string name="pref_service_no_background_summary_on">Background is Transparent, Buttons are Floating</string>
+ <string name="pref_service_no_background_summary_off">Normal Background Containing Buttons</string>
+
+ <string name="pref_category_virtual_title">Virtual Home Button</string>
+ <string name="pref_launcher_title">Normal Press</string>
+ <string name="pref_launcher_summary">Choose Launcher for Normal Press</string>
+ <string name="pref_launcher2_title">Long Press</string>
+ <string name="pref_launcher2_summary">Choose Launcher for Long Press</string>
+ <string name="pref_return_home_after_back_title">Return After Back</string>
+ <string name="pref_return_home_after_back_summary_on">Return to SoftKeys After Back Key</string>
+ <string name="pref_return_home_after_back_summary_off">Do Not Return to SoftKeys After Back Key</string>
+
+ <string name="pref_category_physical_title">Physical Home Button</string>
+ <string name="pref_physical_note_title">NOTE:</string>
+ <string name="pref_physical_note_summary">For Single/Double Press While SoftKeys is Open</string>
+ <string name="pref_homebutton_title">Single Press</string>
+ <string name="pref_homebutton_summary">Action for Single Home Key Press</string>
+ <string name="pref_homebuttonmulti_title">Double Press</string>
+ <string name="pref_homebuttonmulti_summary">Action For Double Home Key Press</string>
+ <string name="pref_homedoubletime_title">Double Press Time</string>
+ <string name="pref_homedoubletime_summary">Time Allow for Double Home Press in ms</string>
+ <string name="pref_prehomebutton_title">Home Button</string>
+ <string name="pref_prehomebutton_summary">Press/Double Press Home Button Options</string>
+
+ <string name="pref_category_info_title">About SoftKeys</string>
+ <string name="pref_version_title">Version</string>
+ <string name="pref_version_summary">%s</string>
+ <string name="pref_author_title">Author</string>
+ <string name="pref_author_summary">Steve Slaven &lt;bpk@hoopajoo.net&gt;</string>
+ <string name="pref_url_title">Website</string>
+ <string name="pref_url_summary">http://hoopajoo.net/</string>
+
+ <string name="pref_category_visual_title">Visuals and Layout</string>
+ <string name="pref_theme_title">Theme</string>
+ <string name="pref_theme_summary">Select Theme</string>
+ <string name="pref_exitbutton_title">Exit Button</string>
+ <string name="pref_exitbutton_summary_on">Show Exit Button</string>
+ <string name="pref_exitbutton_summary_off">Hide Exit Button</string>
+ <string name="pref_choosebutton_title">Prefs Button</string>
+ <string name="pref_choosebutton_summary_on">Show Prefs Button</string>
+ <string name="pref_choosebutton_summary_off">Hide Prefs Button</string>
+
+ <string name="pref_screen_reorder_title">Change Button Order</string>
+ <string name="pref_order_menu_title">Menu Button Position</string>
+ <string name="pref_order_menu_summary">Menu Button Position</string>
+ <string name="pref_order_home_title">Home Button Position</string>
+ <string name="pref_order_home_summary">Home Button Position</string>
+ <string name="pref_order_back_title">Back Button Position</string>
+ <string name="pref_order_back_summary">Back Button Position</string>
+ <string name="pref_order_search_title">Search Button Position</string>
+ <string name="pref_order_search_summary">Search Button Position</string>
+
+ <string name="pref_dim_behind_title">Dim Background</string>
+ <string name="pref_dim_behind_summary_on">Background is Dimmed</string>
+ <string name="pref_dim_behind_summary_off">Background is Not Dimmed</string>
+ <string name="pref_blur_behind_title">Blur Behind (slower)</string>
+ <string name="pref_blur_behind_summary_on">Background is Blurred (slower)</string>
+ <string name="pref_blur_behind_summary_off">Background is Not Blurred</string>
+
+ <string name="pref_recent_apps_title">Recent Apps</string>
+ <string name="pref_recent_apps_summary_on">Show Recent Apps</string>
+ <string name="pref_recent_apps_summary_off">Hide Recent Apps</string>
+
+ <string name="pref_notification_bar_title">Notification Bar</string>
+ <string name="pref_nb_softkeys_title">SoftKeys Button</string>
+ <string name="pref_nb_softkeys_summary_on">Show SoftKeys Button</string>
+ <string name="pref_nb_softkeys_summary_off">Do Not Show SoftKeys Button</string>
+ <string name="pref_nb_menu_title">Menu Button</string>
+ <string name="pref_nb_menu_summary_on">Show Menu Button</string>
+ <string name="pref_nb_menu_summary_off">Do Not Show Menu Button</string>
+ <string name="pref_nb_home_title">Home Button</string>
+ <string name="pref_nb_home_summary_on">Show Home Button</string>
+ <string name="pref_nb_home_summary_off">Do Not Show Home Button</string>
+ <string name="pref_nb_back_title">Back Button</string>
+ <string name="pref_nb_back_summary_on">Show Back Button</string>
+ <string name="pref_nb_back_summary_off">Do Not Show Back Button</string>
+ <string name="pref_nb_search_title">Search Button</string>
+ <string name="pref_nb_search_summary_on">Show Search button</string>
+ <string name="pref_nb_search_summary_off">Do Not Show Search Button</string>
+
+</resources>