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

Commit ea91f5bb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Nest SystemUI alert dialogs in NestedScrollLayout" into tm-dev

parents 6d7970c9 ace3a787
Loading
Loading
Loading
Loading
+61 −56
Original line number Diff line number Diff line
@@ -15,8 +15,12 @@
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<com.android.internal.widget.AlertDialogLayout
<androidx.core.widget.NestedScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <com.android.internal.widget.AlertDialogLayout
        android:id="@*android:id/parentPanel"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
@@ -93,5 +97,6 @@
                android:layout_height="wrap_content"
                layout="@layout/alert_dialog_button_bar_systemui" />
        </FrameLayout>

    </com.android.internal.widget.AlertDialogLayout>

</androidx.core.widget.NestedScrollView>
 No newline at end of file