aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-07-31 01:19:39 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-07-31 01:19:39 +0200
commit81f7dab77c5f28c74da332a038bb3411337f80ad (patch)
tree9c1e70bc0bd8ef347b4c52f33330f9eb9464ee31 /res/values
parentbb22611e05b39c8849f209065ba4c776f5deab04 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-81f7dab77c5f28c74da332a038bb3411337f80ad.tar.gz
android_packages_wallpapers_PhotoPhase-81f7dab77c5f28c74da332a038bb3411337f80ad.tar.bz2
android_packages_wallpapers_PhotoPhase-81f7dab77c5f28c74da332a038bb3411337f80ad.zip
Initial steps of the disposition preference.
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/dimens.xml2
-rw-r--r--res/values/strings.xml3
3 files changed, 6 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d22597f..a944c45 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -24,4 +24,6 @@
<color name="text_color">#404040</color>
<color name="notification_text_color">#ffffffff</color>
+ <color name="disposition_frame_bg_color">#c8595757</color>
+
</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 7721a7b..3fc07e1 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -44,4 +44,6 @@
<dimen name="default_margin">16dp</dimen>
<dimen name="small_margin">8dp</dimen>
<dimen name="small_padding">5dp</dimen>
+
+ <dimen name="disposition_frame_padding">1dp</dimen>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4aa51d4..eec1105 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -72,13 +72,14 @@
<string name="pref_disposition_portrait_summary">Select how pictures are disposed on a portrait screen</string>
<string name="pref_disposition_landscape">Landscape disposition</string>
<string name="pref_disposition_landscape_summary">Select how pictures are disposed on a landscape screen</string>
+ <string name="pref_disposition_description">Tap a frame to select it. Then drag \u0026 drop the borders of the frame to resize it.
+ Tap the split buttons to split the frame horizontally or vertically.</string>
<string name="pref_about">About</string>
<string name="pref_about_summary">PhotoPhase v<xliff:g id="version">%1$s</xliff:g>\nCopyright \u00A9 2013 The CyanogenMod Project</string>
<!-- Plurals -->
<plurals name="album_number_of_pictures">
- <item quantity="zero">0 pictures</item>
<item quantity="one">1 picture</item>
<item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> pictures</item>
</plurals>