summaryrefslogtreecommitdiffstats
path: root/res/layout/photopage_bottom_controls.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photopage_bottom_controls.xml')
-rw-r--r--res/layout/photopage_bottom_controls.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/photopage_bottom_controls.xml b/res/layout/photopage_bottom_controls.xml
index 1883b8e8d..8fe594d7c 100644
--- a/res/layout/photopage_bottom_controls.xml
+++ b/res/layout/photopage_bottom_controls.xml
@@ -34,4 +34,17 @@
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:visibility="gone"/>
+ <ImageButton
+ android:id="@+id/photopage_bottom_control_tiny_planet"
+ android:src="@drawable/ic_menu_tiny_planet"
+ android:background="@drawable/photopage_bottom_button_background"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentBottom="true"
+ android:paddingTop="5dp"
+ android:paddingBottom="5dp"
+ android:paddingLeft="15dp"
+ android:paddingRight="15dp"
+ android:visibility="gone"/>
</RelativeLayout>