Files
2026-04-05 01:00:07 -05:00

76 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.AlertDialogLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:gravity="start|top"
android:orientation="vertical"
android:id="@+id/y_"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<include layout="@layout/dj"/>
<FrameLayout
android:id="@+id/iy"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp">
<ImageView
android:layout_gravity="top"
android:id="@+id/a09"
android:background="#1f000000"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="1dp"
android:contentDescription="@null"
app:backgroundTint="?android:attr/colorForeground"/>
<androidx.core.widget.NestedScrollView
android:id="@+id/a0_"
android:clipToPadding="false"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.widget.Space
android:id="@+id/a2r"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="@dimen/aa"/>
<TextView
android:id="@android:id/message"
android:paddingLeft="?attr/nx"
android:paddingRight="?attr/nx"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?attr/yt"/>
<android.widget.Space
android:id="@+id/a2q"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="@dimen/aa"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<ImageView
android:layout_gravity="bottom"
android:id="@+id/a08"
android:background="#1f000000"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="1dp"
android:contentDescription="@null"
app:backgroundTint="?android:attr/colorForeground"/>
</FrameLayout>
<FrameLayout
android:id="@+id/ja"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp">
<FrameLayout
android:id="@+id/j_"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
<include
android:layout_width="match_parent"
android:layout_height="wrap_content"
layout="@layout/di"/>
</androidx.appcompat.widget.AlertDialogLayout>