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

Commit c418409c authored by Jan Tomljanovic's avatar Jan Tomljanovic
Browse files

Fix scroll view size to match parent

Flag: LEGACY ENABLE_NEW_PRIVACY_DIALOG ENABLED
Test: manual
Bug: 313502946
Change-Id: Id3f654264105b87e8054cfe17a7b798298c8bd06
parent b393caaa
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