blob: 434c59824ee7bfd4362ae0a2dac99d2c3257f127 [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 Georgescuf1c701f2012-10-06 15:22:03 -070024 <ImageView
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070025 android:id="@+id/photopage_bottom_control_panorama"
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070026 android:src="@drawable/ic_menu_photosphere"
Bobby Georgescuf1c701f2012-10-06 15:22:03 -070027 android:layout_width="70dp"
28 android:layout_height="70dp"
29 android:layout_centerHorizontal="true"
30 android:layout_alignParentBottom="true"
Bobby Georgescu825ad7b2012-09-17 18:12:11 -070031 android:visibility="gone"/>
Bobby Georgescu09ff3c62012-09-30 12:57:45 -070032</RelativeLayout>