|
@@ -166,4 +166,40 @@
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
<include layout="@layout/view_divider_common" />
|
|
<include layout="@layout/view_divider_common" />
|
|
|
|
|
+ <FrameLayout
|
|
|
|
|
+ android:id="@+id/fl_biao_qing"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:background="@color/white"
|
|
|
|
|
+ android:foreground="?attr/selectableItemBackground">
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:minHeight="@dimen/height_tab_bar"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
|
|
+ android:paddingEnd="@dimen/activity_horizontal_margin"
|
|
|
|
|
+ android:paddingTop="@dimen/margin_s"
|
|
|
|
|
+ android:paddingBottom="@dimen/margin_s"
|
|
|
|
|
+ android:gravity="center_vertical">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="搞笑表情包"
|
|
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
|
|
+ android:textColor="@color/black_text_comfortable"
|
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="@dimen/margin_sss"
|
|
|
|
|
+ android:textColor="@color/gray_text_s"
|
|
|
|
|
+ android:textSize="@dimen/text_normal_s"
|
|
|
|
|
+ android:text="为表情包配字幕并下载制作的表情包"/>
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
+ <include layout="@layout/view_divider_common" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|