mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix layout
Children of ScrollViews should specify a wrap_content layout_height, according to AndroidLint Change-Id: I4f972535f0df6bda1ba48082b812ce80fb5cfdcc
This commit is contained in:
parent
003ed9b36a
commit
89c66fc12e
@ -21,7 +21,7 @@
|
|||||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android">
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="8dip"
|
android:layout_marginStart="8dip"
|
||||||
android:layout_marginEnd="8dip"
|
android:layout_marginEnd="8dip"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user