summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-04-28 05:11:42 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-05-07 03:26:39 +0200
commitdecbaf63416b21d1aece708b8c0b6523b47f74ac (patch)
treec2f7d9ea09bb0eb6c00bcb9d04bc943a7de196f0 /res/values
parent59b16ee37be235d175a04114af9de402f5d5dfec (diff)
downloadpackages_apps_Trebuchet-decbaf63416b21d1aece708b8c0b6523b47f74ac.tar.gz
packages_apps_Trebuchet-decbaf63416b21d1aece708b8c0b6523b47f74ac.tar.bz2
packages_apps_Trebuchet-decbaf63416b21d1aece708b8c0b6523b47f74ac.zip
Trebuchet: Labels on dock items
Patchset 4: Discard item scale and use paddings to adjust the workspace Patchset 5: mHideDockIconLabels = false on vertical hotseat Patchset 6: Fixed FolderIcon typo Fixed inline style Remove Workspace injection on Launcher class Use isLargeScreen to show text in vertical hotseat Change-Id: I00c57a28b4c7110b66ec6f856df8865006a76699 JIRA: CYAN-523 Issue: https://jira.cyanogenmod.org/browse/CYAN-523 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml2
-rw-r--r--res/values/dimens.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index affa6591c..511e0d527 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -139,6 +139,8 @@
<string name="preferences_interface_dock_default_page_summary">Choose the default page</string>
<string name="preferences_interface_dock_icons_title">Icons</string>
<string name="preferences_interface_dock_icons_summary">Number of icons/columns in the dock</string>
+ <string name="preferences_interface_dock_hide_icon_labels_title">Hide icon labels</string>
+ <string name="preferences_interface_dock_hide_icon_labels_summary">Hide dock icon labels</string>
<string name="preferences_interface_dock_icon_scale_title">Icon scale</string>
<string name="preferences_interface_dock_icon_scale_summary">Scale of icons in the dock</string>
<string name="preferences_interface_dock_divider_title">Show dock divider</string>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index a5ffc0ba6..21eaf2570 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -79,6 +79,7 @@
<!-- height of the bottom row of controls -->
<dimen name="button_bar_height">62dip</dimen>
+ <dimen name="button_bar_height_with_text">90dip</dimen>
<!-- Because portal animations go beyond the bounds of an icon, we need
to make the dock layout slightly larger than the button_bar_height -->
<dimen name="button_bar_height_top_padding">0dp</dimen>
@@ -86,6 +87,7 @@
<dimen name="button_bar_width_left_padding">0dp</dimen>
<dimen name="button_bar_width_right_padding">0dp</dimen>
<dimen name="button_bar_height_plus_padding">62dp</dimen>
+ <dimen name="button_bar_height_plus_padding_with_text">90dp</dimen>
<!-- Drag padding to add to the bottom of drop targets -->
<dimen name="drop_target_drag_padding">14dp</dimen>
@@ -148,6 +150,7 @@
<dimen name="workspace_top_padding_port">@dimen/qsb_bar_height_inset</dimen>
<dimen name="workspace_top_padding_land">0dp</dimen>
<dimen name="workspace_bottom_padding_port">@dimen/button_bar_height</dimen>
+ <dimen name="workspace_bottom_padding_port_with_text">100dp</dimen>
<dimen name="workspace_bottom_padding_land">0dp</dimen>
<dimen name="workspace_left_padding_port_qsb_hidden">0dp</dimen>
@@ -171,4 +174,5 @@
<!-- Preferences -->
<dimen name="header_icon_width">28dp</dimen>
+
</resources>