|
|
@@ -4,11 +4,12 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
-
|
|
|
<ScrollView
|
|
|
-
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginBottom="@dimen/dp_10"
|
|
|
+ android:layout_above="@+id/rl_bottom">
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_text_size"
|
|
|
android:layout_width="match_parent"
|