Skip to content

Instantly share code, notes, and snippets.

@raxhaxor
Created December 24, 2019 16:14
Show Gist options
  • Save raxhaxor/770f033ece8004f99738c23159778e44 to your computer and use it in GitHub Desktop.
Save raxhaxor/770f033ece8004f99738c23159778e44 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">
<ViewStub android:id="@+id/action_mode_bar_stub"
android:inflatedId="@+id/action_mode_bar"
android:layout="@layout/action_mode_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="?attr/actionBarTheme" />
<FrameLayout
android:id="@android:id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foregroundInsidePadding="false"
android:foregroundGravity="fill_horizontal|top"
android:foreground="?android:attr/windowContentOverlay" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment