|
|
@@ -20,11 +20,13 @@
|
|
|
<ScrollView
|
|
|
android:id="@+id/scroll_view"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="300dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginBottom="25dp"
|
|
|
android:layout_marginTop="25dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
android:orientation="vertical"
|
|
|
+ style="@style/ContentsScrollBars"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
@@ -33,7 +35,7 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/layout_container"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
</LinearLayout>
|