|
@@ -4,6 +4,13 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_marginStart="@dimen/dp_12"
|
|
|
+ android:layout_marginEnd="@dimen/dp_12"
|
|
|
+ android:background="@color/color_ededed" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title"
|
|
|
android:layout_width="match_parent"
|
|
@@ -16,11 +23,5 @@
|
|
|
android:textColor="@color/black_333"
|
|
|
android:textSize="@dimen/dp_16" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_1"
|
|
|
- android:layout_marginStart="@dimen/dp_12"
|
|
|
- android:layout_marginEnd="@dimen/dp_12"
|
|
|
- android:background="@color/color_ededed" />
|
|
|
|
|
|
</LinearLayout>
|