dialgo_uplivecamera.xml
1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/cameralin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:layout_marginBottom="20dip"
android:background="@drawable/camera_background"
android:gravity="center_vertical"
android:orientation="vertical" >
<ImageButton
android:id="@+id/camera_light"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="30dip"
android:layout_marginTop="10dip"
android:background="@null"
android:src="@drawable/camera_nolight" />
<ImageButton
android:id="@+id/camera_camera"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="30dip"
android:background="@null"
android:src="@drawable/camera_shexiang_select" />
<ImageButton
android:id="@+id/camera_beauty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="20dip"
android:background="@null"
android:src="@drawable/camera_beauty_select" />
</LinearLayout>