This commit is contained in:
Phillip Thelen 2021-01-26 16:49:46 +01:00
parent 6438b8dc3b
commit e312fb56ee

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -10,7 +10,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="30dp">
android:paddingBottom="20dp">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
@ -77,7 +77,8 @@
android:inputType="textCapSentences|textMultiLine"
android:textColorHint="@color/text_primary"
android:gravity="top"
android:minLines="3" />
android:minLines="3"
android:scrollbars="vertical"/>
</com.google.android.material.textfield.TextInputLayout>
@ -127,4 +128,4 @@
android:id="@+id/privacySpinner" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</FrameLayout>