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

Commit 5cddd0c9 authored by Jan Tomljanovic's avatar Jan Tomljanovic Committed by Android (Google) Code Review
Browse files

Merge "Fix scroll view size to match parent" into main

parents c03e7c4a c418409c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
<androidx.core.widget.NestedScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:layout_width="@dimen/large_dialog_width"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <LinearLayout