summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-09-27 12:38:08 -0700
committerRuben Brunk <rubenbrunk@google.com>2012-10-08 12:50:43 -0700
commit16f709d45ab563cb53d28fce7efb1afda60f01ab (patch)
treef1530be360ee3f76b7642d28d1c0cfcabc2f67ec /res
parentf1c701f86f779bc3d09bd23315da19124c62e97e (diff)
downloadandroid_packages_apps_Snap-16f709d45ab563cb53d28fce7efb1afda60f01ab.tar.gz
android_packages_apps_Snap-16f709d45ab563cb53d28fce7efb1afda60f01ab.tar.bz2
android_packages_apps_Snap-16f709d45ab563cb53d28fce7efb1afda60f01ab.zip
Adding Crop, Rotate, Flip.
Bug: 7224232 Bug: 7218935 Adding geometry manipulation UI features. Change-Id: If924313c18121e6d192a1934e76691bd578d8eb0
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 3cf0c822a..a3e402371 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -114,6 +114,24 @@
android:layout_height="wrap_content"
android:visibility="gone" />
+ <com.android.gallery3d.filtershow.imageshow.ImageCrop
+ android:id="@+id/imageCrop"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
+ <com.android.gallery3d.filtershow.imageshow.ImageRotate
+ android:id="@+id/imageRotate"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
+ <com.android.gallery3d.filtershow.imageshow.ImageFlip
+ android:id="@+id/imageFlip"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
<com.android.gallery3d.filtershow.ui.ImageCurves
android:id="@+id/imageCurves"
android:layout_width="match_parent"
@@ -373,4 +391,4 @@
</LinearLayout>
</LinearLayout>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>