abc_screen_content_include.xml 391 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <merge
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <androidx.appcompat.widget.ContentFrameLayout android:id="@id/action_bar_activity_content" android:layout_width="fill_parent" android:layout_height="fill_parent" android:foreground="?android:windowContentOverlay" android:foregroundGravity="fill_horizontal|center|top" />
  5. </merge>