what-the-bank/resources/res/layout/2131560165.xml

27 lines
1.0 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/container"
fitsSystemWindows="true"
layout_width="match_parent"
layout_height="match_parent">
<androidx.coordinatorlayout.widget.CoordinatorLayout
id="@+id/coordinator"
fitsSystemWindows="true"
layout_width="match_parent"
layout_height="match_parent">
<View
id="@+id/touch_outside"
focusable="false"
layout_width="match_parent"
layout_height="match_parent"
soundEffectsEnabled="false"
importantForAccessibility="no"/>
<FrameLayout
id="@+id/m3_side_sheet"
layout_width="256dp"
layout_height="match_parent"
NOT_FOUND_0x7="@string/side_sheet_behavior"
style="?attr/sideSheetModalStyle"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</FrameLayout>