|
@ -42,7 +42,8 @@
|
42
|
42
|
|
43
|
43
|
<ScrollView
|
44
|
44
|
android:layout_width="match_parent"
|
45
|
|
android:layout_height="wrap_content"
|
|
45
|
android:layout_height="match_parent"
|
|
46
|
android:layout_marginBottom="50dp"
|
46
|
47
|
android:layout_below="@+id/publishtopic_back">
|
47
|
48
|
|
48
|
49
|
<LinearLayout
|
|
@ -73,7 +74,7 @@
|
73
|
74
|
android:id="@+id/item_video_ll"
|
74
|
75
|
android:layout_width="wrap_content"
|
75
|
76
|
android:layout_height="wrap_content"
|
76
|
|
android:layout_marginBottom="100dp"
|
|
77
|
android:layout_marginBottom="50dp"
|
77
|
78
|
android:visibility="gone">
|
78
|
79
|
|
79
|
80
|
<ImageView
|
|
@ -144,6 +145,7 @@
|
144
|
145
|
android:layout_marginStart="11dp"
|
145
|
146
|
android:gravity="center_vertical"
|
146
|
147
|
android:orientation="horizontal"
|
|
148
|
android:visibility="gone"
|
147
|
149
|
android:paddingStart="@dimen/ui_10_dip"
|
148
|
150
|
android:paddingEnd="15dp"
|
149
|
151
|
android:text="预览"
|
|
@ -154,6 +156,8 @@
|
154
|
156
|
android:id="@+id/publishtopic_word_num"
|
155
|
157
|
android:layout_width="wrap_content"
|
156
|
158
|
android:layout_height="49dp"
|
|
159
|
android:layout_alignParentEnd="true"
|
|
160
|
android:layout_marginEnd="15dp"
|
157
|
161
|
android:layout_alignParentBottom="true"
|
158
|
162
|
android:layout_toStartOf="@+id/publishtopic_choose_preview"
|
159
|
163
|
android:gravity="center_vertical"
|