Files
2026-04-05 01:00:07 -05:00

31 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.ActionBarOverlayLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/l_"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/u"/>
<androidx.appcompat.widget.ActionBarContainer
android:gravity="top"
android:id="@+id/dr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:touchscreenBlocksFocus="true"
style="?attr/i">
<androidx.appcompat.widget.Toolbar
android:id="@+id/dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:navigationContentDescription="@string/f2"
style="?attr/abk"/>
<androidx.appcompat.widget.ActionBarContextView
android:theme="?attr/a6"
android:id="@+id/dz"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?attr/a5"/>
</androidx.appcompat.widget.ActionBarContainer>
</androidx.appcompat.widget.ActionBarOverlayLayout>