Add rotation to tinyplanet view

bug:7389189
Change-Id: Ib072879190bcd96c552581bf9240876b10ca362d
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index f081b74..00f0b8f 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"