blob: 1883b8e8d3344670f6213ae0b22c2128c27b1413 [file] [log] [blame]
Bobby Georgescu825ad7b2012-09-17 18:12:11 -07001<?xml version="1.0" encoding="utf-8"?>
Bobby Georgescu09ff3c62012-09-30 12:57:45 -07002<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -07003 android:id="@+id/photopage_bottom_controls"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -07004 android:padding="10dp"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -07005 android:layout_width="match_parent"
6 android:layout_height="wrap_content"
7 android:layout_alignParentBottom="true"
8 android:layout_alignParentLeft="true"
9 android:orientation="horizontal"
10 android:visibility="gone">
11 <ImageButton
12 android:id="@+id/photopage_bottom_control_edit"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070013 android:src="@drawable/ic_photoeditor_effects"
14 android:background="@drawable/photopage_bottom_button_background"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070015 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070017 android:layout_alignParentLeft="true"
Bobby Georgescuf1c701f2012-10-06 15:22:03 -070018 android:layout_alignParentBottom="true"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070019 android:paddingTop="5dp"
20 android:paddingBottom="5dp"
21 android:paddingLeft="15dp"
22 android:paddingRight="15dp"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070023 android:visibility="gone"/>
Bobby Georgescu8f8cf322012-10-16 21:06:28 -070024 <ImageButton
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070025 android:id="@+id/photopage_bottom_control_panorama"
Michael Kolbd3cc4b02012-10-11 16:26:00 -070026 android:src="@drawable/ic_view_photosphere"
Bobby Georgescu8f8cf322012-10-16 21:06:28 -070027 android:background="@drawable/transparent_button_background"
Bobby Georgescuf1c701f2012-10-06 15:22:03 -070028 android:layout_width="70dp"
29 android:layout_height="70dp"
30 android:layout_centerHorizontal="true"
31 android:layout_alignParentBottom="true"
Bobby Georgescu8f8cf322012-10-16 21:06:28 -070032 android:paddingTop="5dp"
33 android:paddingBottom="5dp"
34 android:paddingLeft="5dp"
35 android:paddingRight="5dp"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070036 android:visibility="gone"/>
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070037</RelativeLayout>