Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89c66fc1 authored by Kurt Partridge's avatar Kurt Partridge
Browse files

Fix layout

Children of ScrollViews should specify a wrap_content layout_height,
according to AndroidLint

Change-Id: I4f972535f0df6bda1ba48082b812ce80fb5cfdcc
parent 003ed9b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="8dip"
         android:layout_marginEnd="8dip"
         android:orientation="vertical">