32 lines
1.3 KiB
XML
32 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"
|
||
|
id="@+id/decor_content_parent"
|
||
|
fitsSystemWindows="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131558420"/>
|
||
|
<androidx.appcompat.widget.ActionBarContainer
|
||
|
gravity="top"
|
||
|
id="@+id/action_bar_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentTop="true"
|
||
|
touchscreenBlocksFocus="true"
|
||
|
keyboardNavigationCluster="true"
|
||
|
style="?attr/actionBarStyle">
|
||
|
<androidx.appcompat.widget.Toolbar
|
||
|
id="@+id/action_bar"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xa="@string/abc_action_bar_up_description"
|
||
|
style="?attr/toolbarStyle"/>
|
||
|
<androidx.appcompat.widget.ActionBarContextView
|
||
|
theme="?attr/actionModeTheme"
|
||
|
id="@+id/action_context_bar"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="?attr/actionModeStyle"/>
|
||
|
</androidx.appcompat.widget.ActionBarContainer>
|
||
|
</androidx.appcompat.widget.ActionBarOverlayLayout>
|