|
|
@@ -2,7 +2,9 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginStart="@dimen/margin_ss"
|
|
|
+ android:layout_marginEnd="@dimen/margin_ss">
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -47,7 +49,10 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/green_divider" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/width_stroke"
|
|
|
+ android:background="@color/green_divider" />
|
|
|
|
|
|
|
|
|
</LinearLayout>
|