summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-11-28 21:50:46 -0800
committernicolasroard <nicolasroard@google.com>2012-11-28 21:50:46 -0800
commit822bf73499ab0d9a7d0095dfa7bcc049b440cfe6 (patch)
treef96ca0990ef91fe70938ef9c86d47910ba661bde /res
parent955500e208ca780a63c22f9048cdc734c3b99a38 (diff)
downloadandroid_packages_apps_Snap-822bf73499ab0d9a7d0095dfa7bcc049b440cfe6.tar.gz
android_packages_apps_Snap-822bf73499ab0d9a7d0095dfa7bcc049b440cfe6.tar.bz2
android_packages_apps_Snap-822bf73499ab0d9a7d0095dfa7bcc049b440cfe6.zip
Set crop ratio to unconstrained by default.
bug:7634466 Change-Id: I4b0e82ca77ab19527293334cc96e7b80f2d75535
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 529a29b7d..26bd1833a 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -186,7 +186,7 @@
android:background="@drawable/filtershow_button_background"
android:scaleType="centerInside"
android:visibility="gone"
- android:text="@string/aspectOriginal_effect" />
+ android:text="@string/aspectNone_effect" />
<com.android.gallery3d.filtershow.ui.FramedTextButton
android:id="@+id/pickCurvesChannel"