mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 19:59:00 +00:00
fixes #1444
This commit is contained in:
parent
6438b8dc3b
commit
e312fb56ee
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue