28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?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"
|
|
android:id="@+id/iw"
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
|
android:id="@+id/j2"
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<View
|
|
android:id="@+id/a3r"
|
|
android:focusable="false"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:soundEffectsEnabled="false"
|
|
android:importantForAccessibility="no"/>
|
|
<FrameLayout
|
|
android:layout_gravity="top|center_horizontal"
|
|
android:id="@+id/le"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:layout_behavior="@string/g0"
|
|
style="?attr/cu"/>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
|
</FrameLayout>
|