mch_view_icon_popu.xml
1.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:id="@+id/mch_pop_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_alignParentBottom="true"
android:orientation="vertical">
<TextView
android:id="@+id/mch_xiangce"
android:layout_width="match_parent"
android:layout_height="54dp"
android:textSize="18dp"
android:textColor="@color/mch_yanse"
android:gravity="center"
android:text="从相册选择"
android:background="@drawable/mch_tv_paizhao"
/>
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#C2C2C2"
/>
<TextView
android:id="@+id/mch_paizhao"
android:layout_width="match_parent"
android:layout_height="50dp"
android:textSize="18dp"
android:textColor="@color/mch_yanse"
android:gravity="center"
android:text="拍照"
android:background="@drawable/mch_tv_paizhao2"
/>
<View
android:layout_width="match_parent"
android:layout_height="10dp"
/>
<TextView
android:id="@+id/mch_cancel"
android:layout_width="match_parent"
android:layout_height="50dp"
android:textSize="18dp"
android:textColor="#999999"
android:gravity="center"
android:text="取消"
android:background="@drawable/mch_tv_paizhao3"
/>
</LinearLayout>
</RelativeLayout>