blob: a8fca2d720b28ec3e0a9b9af0d4dd967abce45c1 [file] [log] [blame]
Bobby Georgescu825ad7b2012-09-17 18:12:11 -07001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/photopage_bottom_controls"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
6 android:layout_alignParentBottom="true"
7 android:layout_alignParentLeft="true"
8 android:orientation="horizontal"
9 android:visibility="gone">
10 <ImageButton
11 android:id="@+id/photopage_bottom_control_edit"
12 android:src="@drawable/photoeditor_artistic"
13 android:layout_width="wrap_content"
14 android:layout_height="wrap_content"
15 android:visibility="gone"/>
16 <ImageButton
17 android:id="@+id/photopage_bottom_control_panorama"
18 android:src="@android:drawable/ic_dialog_map"
19 android:layout_width="wrap_content"
20 android:layout_height="wrap_content"
21 android:visibility="gone"/>
22</LinearLayout>