summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-05 03:48:34 -0700
committernicolasroard <nicolasroard@google.com>2012-10-05 12:23:05 -0700
commit14dafd63b69f3908b7374a8c0c49762813a454f5 (patch)
tree4e60626e0e10c14b309f181bafab5a270b1f932b /res/values
parenta592c2961eae0d5712cb7c05a249e19a267d79d3 (diff)
downloadandroid_packages_apps_Snap-14dafd63b69f3908b7374a8c0c49762813a454f5.tar.gz
android_packages_apps_Snap-14dafd63b69f3908b7374a8c0c49762813a454f5.tar.bz2
android_packages_apps_Snap-14dafd63b69f3908b7374a8c0c49762813a454f5.zip
New UI...
bug:7289525 bug:7289361 Change-Id: Ifde15d57f0d307417a1c7a7ae9b1122be873558f
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml9
-rw-r--r--res/values/filtershow_styles.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 7d8613883..9fd5b92d5 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -52,6 +52,15 @@
<!-- Text for the image state panel title [CHAR LIMIT=50] -->
<string name="imageState">Current Image State</string>
+ <!-- Additional filters buttons -->
+
+ <!-- Label for the compare original image filter button [CHAR LIMIT=15] -->
+ <string name="compare_original">Compare</string>
+ <!-- Label for the apply effect button [CHAR LIMIT=15] -->
+ <string name="apply_effect">Apply</string>
+ <!-- Label for the reset effect button [CHAR LIMIT=15] -->
+ <string name="reset_effect">Reset</string>
+
<!-- Filters buttons -->
<!-- Label for the exposure filter button [CHAR LIMIT=15] -->
diff --git a/res/values/filtershow_styles.xml b/res/values/filtershow_styles.xml
index 14d0d9446..4600eebd5 100644
--- a/res/values/filtershow_styles.xml
+++ b/res/values/filtershow_styles.xml
@@ -41,7 +41,7 @@
</style>
<style name="FilterShowBottomButton">
- <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_width">96dip</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@drawable/filtershow_button_background</item>
<item name="android:gravity">center</item>