72 lines
2.6 KiB
XML
72 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.AlertDialogLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="start|top"
|
|
orientation="vertical"
|
|
id="@+id/parentPanel"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<include layout="@layout/2131560182"/>
|
|
<FrameLayout
|
|
id="@+id/contentPanel"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="48dp">
|
|
<View
|
|
layout_gravity="top"
|
|
id="@+id/scrollIndicatorUp"
|
|
background="?attr/colorControlHighlight"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/scrollView"
|
|
clipToPadding="false"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<android.widget.Space
|
|
id="@+id/textSpacerNoTitle"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="18dp"/>
|
|
<TextView
|
|
id="@android:id/message"
|
|
paddingLeft="?attr/dialogPreferredPadding"
|
|
paddingRight="?attr/dialogPreferredPadding"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="?attr/materialAlertDialogBodyTextStyle"/>
|
|
<android.widget.Space
|
|
id="@+id/textSpacerNoButtons"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="18dp"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<View
|
|
layout_gravity="bottom"
|
|
id="@+id/scrollIndicatorDown"
|
|
background="?attr/colorControlHighlight"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</FrameLayout>
|
|
<FrameLayout
|
|
id="@+id/customPanel"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="48dp">
|
|
<FrameLayout
|
|
id="@+id/custom"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</FrameLayout>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout="@layout/2131560181"/>
|
|
</androidx.appcompat.widget.AlertDialogLayout>
|