|
@@ -3,56 +3,57 @@
|
3
|
3
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
4
|
4
|
android:id="@+id/pop_root_ly"
|
5
|
5
|
android:layout_width="match_parent"
|
6
|
|
- android:layout_height="wrap_content"
|
7
|
|
- android:layout_margin="5dp"
|
8
|
|
- android:background="#cccccc"
|
|
6
|
+ android:layout_height="match_parent"
|
|
7
|
+ android:gravity="center_horizontal"
|
9
|
8
|
android:orientation="vertical">
|
10
|
|
- <android.support.v7.widget.CardView
|
11
|
|
- android:layout_width="match_parent"
|
12
|
|
- android:layout_height="wrap_content"
|
13
|
|
- app:cardCornerRadius="5dp">
|
14
|
|
- <LinearLayout
|
|
9
|
+
|
|
10
|
+ <LinearLayout
|
|
11
|
+ android:layout_width="355px"
|
|
12
|
+ android:layout_height="166px"
|
|
13
|
+ android:orientation="vertical"
|
|
14
|
+ android:background="@drawable/mytime"
|
|
15
|
+ android:gravity="center_horizontal"
|
|
16
|
+ >
|
|
17
|
+
|
|
18
|
+ <TextView
|
|
19
|
+ android:id="@+id/bt1"
|
15
|
20
|
android:layout_width="match_parent"
|
16
|
21
|
android:layout_height="wrap_content"
|
17
|
|
- android:orientation="vertical">
|
18
|
|
- <TextView
|
19
|
|
- android:id="@+id/bt1"
|
20
|
|
- android:layout_width="match_parent"
|
21
|
|
- android:layout_height="40dp"
|
22
|
|
- android:gravity="center"
|
23
|
|
- android:text="相机"
|
24
|
|
- android:textColor="@color/black"
|
25
|
|
- android:background="#ffffff"
|
26
|
|
- android:textSize="18sp" />
|
27
|
|
- <View
|
28
|
|
- android:layout_width="match_parent"
|
29
|
|
- android:layout_height="1dp"
|
30
|
|
- android:background="?android:attr/listDivider"
|
31
|
|
- android:padding="2dp" />
|
32
|
|
- <TextView
|
33
|
|
- android:id="@+id/bt2"
|
34
|
|
- android:layout_width="match_parent"
|
35
|
|
- android:layout_height="40dp"
|
36
|
|
- android:gravity="center"
|
37
|
|
- android:text="相册"
|
38
|
|
- android:textColor="@color/black"
|
39
|
|
- android:background="#ffffff"
|
40
|
|
- android:textSize="18sp" />
|
41
|
|
- </LinearLayout>
|
42
|
|
- </android.support.v7.widget.CardView>
|
43
|
|
- <android.support.v7.widget.CardView
|
44
|
|
- android:layout_width="match_parent"
|
45
|
|
- android:layout_marginTop="5dp"
|
46
|
|
- android:layout_marginBottom="5dp"
|
47
|
|
- android:layout_height="wrap_content">
|
|
22
|
+ android:text="相机"
|
|
23
|
+ android:textColor="#333333"
|
|
24
|
+ android:textSize="20px"
|
|
25
|
+ android:gravity="center"
|
|
26
|
+ android:layout_marginTop="22px"
|
|
27
|
+ />
|
|
28
|
+ <View
|
|
29
|
+ android:layout_width="325px"
|
|
30
|
+ android:layout_height="1px"
|
|
31
|
+ android:background="#E9E9E9"
|
|
32
|
+ android:layout_marginTop="10px"
|
|
33
|
+ />
|
48
|
34
|
<TextView
|
49
|
|
- android:id="@+id/bt3"
|
|
35
|
+ android:id="@+id/bt2"
|
50
|
36
|
android:layout_width="match_parent"
|
51
|
|
- android:layout_height="40dp"
|
|
37
|
+ android:layout_height="48px"
|
|
38
|
+ android:text="相册"
|
|
39
|
+ android:textColor="#333333"
|
|
40
|
+ android:textSize="20px"
|
52
|
41
|
android:gravity="center"
|
|
42
|
+ />
|
|
43
|
+
|
|
44
|
+ <View
|
|
45
|
+ android:layout_width="325px"
|
|
46
|
+ android:layout_height="1px"
|
|
47
|
+ android:background="#E9E9E9"
|
|
48
|
+ />
|
|
49
|
+ <TextView
|
|
50
|
+ android:id="@+id/bt3"
|
|
51
|
+ android:layout_width="match_parent"
|
|
52
|
+ android:layout_height="48px"
|
53
|
53
|
android:text="取消"
|
54
|
|
- android:textColor="@color/black"
|
55
|
|
- android:background="#ffffff"
|
56
|
|
- android:textSize="18sp" />
|
57
|
|
- </android.support.v7.widget.CardView>
|
|
54
|
+ android:textColor="#333333"
|
|
55
|
+ android:textSize="20px"
|
|
56
|
+ android:gravity="center"
|
|
57
|
+ />
|
|
58
|
+ </LinearLayout>
|
58
|
59
|
</LinearLayout>
|