summaryrefslogtreecommitdiffstats
path: root/res
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
commit2c6ea941a80ea22317d664e329aed51f5f7417b9 (patch)
tree8c72a9ce3dc8a3c38569a379ed4880a12f21d373 /res
parent7592704e662e49e4bbf3ba86a43d790774829bb0 (diff)
downloadandroid_packages_apps_Gallery2-2c6ea941a80ea22317d664e329aed51f5f7417b9.tar.gz
android_packages_apps_Gallery2-2c6ea941a80ea22317d664e329aed51f5f7417b9.tar.bz2
android_packages_apps_Gallery2-2c6ea941a80ea22317d664e329aed51f5f7417b9.zip
Add rotation to tinyplanet view
bug:7389189 Change-Id: Ib072879190bcd96c552581bf9240876b10ca362d
Diffstat (limited to 'res')
-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"