10 lines
390 B
XML
10 lines
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<androidx.appcompat.widget.ContentFrameLayout
|
|
id="@+id/action_bar_activity_content"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
foreground="?android:attr/windowContentOverlay"
|
|
foregroundGravity="top|fill_horizontal"/>
|
|
</merge>
|