|
|
@ -36,16 +36,16 @@
|
|
36
|
36
|
|
|
37
|
37
|
<ImageView
|
|
38
|
38
|
android:id="@+id/share_publish_close"
|
|
39
|
|
android:layout_width="28dp"
|
|
40
|
|
android:layout_height="28dp"
|
|
|
39
|
android:layout_width="wrap_content"
|
|
|
40
|
android:layout_height="wrap_content"
|
|
41
|
41
|
android:layout_above="@+id/rule_publish"
|
|
42
|
42
|
android:layout_centerHorizontal="true"
|
|
43
|
|
android:layout_margin="10dp"
|
|
44
|
|
android:background="@drawable/app_publish_item_cancel" />
|
|
|
43
|
android:padding="10dp"
|
|
|
44
|
android:background="@drawable/app_publish_close_icon" />
|
|
45
|
45
|
|
|
46
|
46
|
<LinearLayout
|
|
47
|
47
|
android:id="@+id/publish_picture"
|
|
48
|
|
android:layout_width="50dp"
|
|
|
48
|
android:layout_width="wrap_content"
|
|
49
|
49
|
android:layout_height="wrap_content"
|
|
50
|
50
|
android:layout_above="@+id/share_publish_close"
|
|
51
|
51
|
android:layout_centerHorizontal="true"
|
|
|
@ -56,9 +56,9 @@
|
|
56
|
56
|
android:orientation="vertical">
|
|
57
|
57
|
|
|
58
|
58
|
<ImageView
|
|
59
|
|
android:layout_width="50dp"
|
|
60
|
|
android:layout_height="50dp"
|
|
61
|
|
android:background="@drawable/app_publish_item_pic" />
|
|
|
59
|
android:layout_width="wrap_content"
|
|
|
60
|
android:layout_height="wrap_content"
|
|
|
61
|
android:background="@drawable/app_publish_pic_icon" />
|
|
62
|
62
|
|
|
63
|
63
|
<TextView
|
|
64
|
64
|
android:layout_width="wrap_content"
|
|
|
@ -71,11 +71,11 @@
|
|
71
|
71
|
|
|
72
|
72
|
<LinearLayout
|
|
73
|
73
|
android:id="@+id/publish_video"
|
|
74
|
|
android:layout_width="50dp"
|
|
|
74
|
android:layout_width="wrap_content"
|
|
75
|
75
|
android:layout_height="wrap_content"
|
|
76
|
76
|
android:layout_above="@+id/share_publish_close"
|
|
77
|
77
|
android:layout_marginTop="40dp"
|
|
78
|
|
android:layout_marginRight="30dp"
|
|
|
78
|
android:layout_marginRight="40dp"
|
|
79
|
79
|
android:layout_marginBottom="40dp"
|
|
80
|
80
|
android:layout_toLeftOf="@+id/publish_picture"
|
|
81
|
81
|
android:gravity="center"
|
|
|
@ -83,9 +83,9 @@
|
|
83
|
83
|
android:orientation="vertical">
|
|
84
|
84
|
|
|
85
|
85
|
<ImageView
|
|
86
|
|
android:layout_width="50dp"
|
|
87
|
|
android:layout_height="50dp"
|
|
88
|
|
android:background="@drawable/app_publish_item_video" />
|
|
|
86
|
android:layout_width="wrap_content"
|
|
|
87
|
android:layout_height="wrap_content"
|
|
|
88
|
android:background="@drawable/app_publish_video_icon" />
|
|
89
|
89
|
|
|
90
|
90
|
<TextView
|
|
91
|
91
|
android:layout_width="wrap_content"
|
|
|
@ -98,10 +98,10 @@
|
|
98
|
98
|
|
|
99
|
99
|
<LinearLayout
|
|
100
|
100
|
android:id="@+id/publish_qa"
|
|
101
|
|
android:layout_width="50dp"
|
|
|
101
|
android:layout_width="wrap_content"
|
|
102
|
102
|
android:layout_height="wrap_content"
|
|
103
|
103
|
android:layout_above="@+id/share_publish_close"
|
|
104
|
|
android:layout_marginLeft="30dp"
|
|
|
104
|
android:layout_marginLeft="40dp"
|
|
105
|
105
|
android:layout_marginTop="40dp"
|
|
106
|
106
|
android:layout_marginBottom="40dp"
|
|
107
|
107
|
android:layout_toRightOf="@+id/publish_picture"
|
|
|
@ -110,9 +110,9 @@
|
|
110
|
110
|
android:orientation="vertical">
|
|
111
|
111
|
|
|
112
|
112
|
<ImageView
|
|
113
|
|
android:layout_width="50dp"
|
|
114
|
|
android:layout_height="50dp"
|
|
115
|
|
android:background="@drawable/app_publish_item_qa" />
|
|
|
113
|
android:layout_width="wrap_content"
|
|
|
114
|
android:layout_height="wrap_content"
|
|
|
115
|
android:background="@drawable/app_publish_qa_icon" />
|
|
116
|
116
|
|
|
117
|
117
|
<TextView
|
|
118
|
118
|
android:layout_width="wrap_content"
|