summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-24 17:47:12 -0700
committernicolasroard <nicolasroard@google.com>2012-10-24 17:50:01 -0700
commitcd7a760369f50ae9424a68fa903351cc54314115 (patch)
treec782b11c040012f314c99229f9d553884e2a2861 /res/layout
parent02c02cdfbf5e075cdcc9953badbb5ee1ae4278f4 (diff)
downloadandroid_packages_apps_Snap-cd7a760369f50ae9424a68fa903351cc54314115.tar.gz
android_packages_apps_Snap-cd7a760369f50ae9424a68fa903351cc54314115.tar.bz2
android_packages_apps_Snap-cd7a760369f50ae9424a68fa903351cc54314115.zip
Add rotation to tinyplanet view
bug:7389189 Change-Id: Ib072879190bcd96c552581bf9240876b10ca362d
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filtershow_activity.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index f081b7428..00f0b8f10 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -108,6 +108,11 @@
android:layout_height="wrap_content"
android:visibility="gone" />
+ <com.android.gallery3d.filtershow.imageshow.ImageTinyPlanet
+ android:id="@+id/imageTinyPlanet"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
<!--
<ImageButton
android:id="@+id/showOriginalButton"