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

28 lines
1.1 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
layout_gravity="top|center_horizontal"
id="@+id/design_bottom_sheet"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x8="@string/bottom_sheet_behavior"
style="?attr/bottomSheetStyle"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</FrameLayout>