blob: 5b80cf2da643cf8883e13bebcdbfa0cb97a0e7b7 [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"
18 android:paddingTop="5dp"
19 android:paddingBottom="5dp"
20 android:paddingLeft="15dp"
21 android:paddingRight="15dp"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070022 android:visibility="gone"/>
23 <ImageButton
24 android:id="@+id/photopage_bottom_control_panorama"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070025 android:src="@drawable/ic_menu_photosphere"
26 android:background="@drawable/photopage_bottom_button_background"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070027 android:layout_width="wrap_content"
28 android:layout_height="wrap_content"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070029 android:layout_alignParentRight="true"
30 android:paddingTop="5dp"
31 android:paddingBottom="5dp"
32 android:paddingLeft="15dp"
33 android:paddingRight="15dp"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070034 android:visibility="gone"/>
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070035</RelativeLayout>