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

Commit 42122b6a authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Standard alert dialogs overscroll only when content scrolls"

parents d6b6bf93 8e4e7263
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@
            android:paddingTop="2dip"
            android:paddingBottom="12dip"
            android:paddingLeft="14dip"
            android:paddingRight="10dip">
            android:paddingRight="10dip"
            android:overscrollMode="ifContentScrolls">
            <TextView android:id="@+id/message"
                style="?android:attr/textAppearanceMedium"
                android:layout_width="match_parent"