|
@@ -2,13 +2,13 @@
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:background="@color/bg_gray"
|
|
|
android:scrollbars="none">
|
|
android:scrollbars="none">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/root_4"
|
|
android:id="@+id/root_4"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@color/bg_gray"
|
|
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:layout_marginTop="24dp">
|
|
android:layout_marginTop="24dp">
|
|
|
|
|
|