|
|
@@ -3,14 +3,14 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
+ android:layout_marginTop="@dimen/margin_s"
|
|
|
android:layout_marginStart="@dimen/margin_ss"
|
|
|
android:layout_marginEnd="@dimen/margin_ss">
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/width_stroke"
|
|
|
- android:background="@color/green_divider"
|
|
|
- android:layout_marginTop="@dimen/margin_s" />
|
|
|
+ android:background="@color/green_divider" />
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -35,6 +35,7 @@
|
|
|
android:id="@+id/tv_template"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="0.4dp"
|
|
|
android:paddingStart="@dimen/margin_s"
|
|
|
android:paddingEnd="@dimen/margin_s"
|
|
|
android:paddingTop="@dimen/margin_ss"
|