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

Commit 9e08ff37 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Filter backup/restore confirmation buttons when obscured"

parents 50e51b81 e42a6058
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
              android:layout_marginBottom="30dp" />

    <Button android:id="@+id/button_allow"
            android:filterTouchesWhenObscured="true"
            android:text="@string/allow_backup_button_label"
            android:layout_below="@id/package_name"
            android:layout_height="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
              android:layout_marginBottom="30dp" />

    <Button android:id="@+id/button_allow"
            android:filterTouchesWhenObscured="true"
            android:text="@string/allow_restore_button_label"
            android:layout_below="@id/package_name"
            android:layout_height="wrap_content"