25 lines
1013 B
XML
25 lines
1013 B
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:id="@+id/u9"
|
|
app:layout_behavior="@string/wi"
|
|
style="?attr/a6b"/>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
|
</FrameLayout>
|