summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values-sw720dp/config.xml2
-rw-r--r--res/values/dimens.xml1
-rw-r--r--res/values/strings.xml13
3 files changed, 15 insertions, 1 deletions
diff --git a/res/values-sw720dp/config.xml b/res/values-sw720dp/config.xml
index c0accb1ec..7c8d3d2e0 100644
--- a/res/values-sw720dp/config.xml
+++ b/res/values-sw720dp/config.xml
@@ -24,7 +24,7 @@
<bool name="config_workspaceFadeAdjacentScreens">true</bool>
<!-- Camera distance for the overscroll effect -->
- <integer name="config_cameraDistance">6500</integer>
+ <integer name="config_cameraDistance">18000</integer>
<!-- Hotseat -->
<bool name="hotseat_transpose_layout_with_orientation">false</bool>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 628884fc3..e82f618d5 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -25,6 +25,7 @@
<!-- entries for custom clings, will be set in overlays -->
<add-resource type="dimen" name="custom_cling_margin_top" />
<add-resource type="dimen" name="custom_cling_margin_right" />
+ <add-resource type="dimen" name="custom_cling_margin_left" />
<!-- Workspace -->
<!-- qsb_bar_height_inset represents qsb_bar_height minus the padding
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 19d363c7d..04e45ae01 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -261,4 +261,17 @@ s -->
<string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
<!-- Folder name format -->
<string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
+
+ <!-- Strings used in device overlays -->
+
+ <!-- Clings -->
+ <!-- Dummy string [CHAR_LIMIT=40] -->
+ <add-resource type="string" name="custom_workspace_cling_title_1"/>
+ <!-- Dummy string [CHAR_LIMIT=60] -->
+ <add-resource type="string" name="custom_workspace_cling_description_1"/>
+ <!-- Dummy string [CHAR_LIMIT=40] -->
+ <add-resource type="string" name="custom_workspace_cling_title_2"/>
+ <!-- Dummy string [CHAR_LIMIT=60] -->
+ <add-resource type="string" name="custom_workspace_cling_description_2"/>
+
</resources>