Skip to content

Instantly share code, notes, and snippets.

@adroitandroid
Created April 15, 2017 11:25
Show Gist options
  • Save adroitandroid/7dd37e74cc5f2b28b58bf94727c5b92e to your computer and use it in GitHub Desktop.
Save adroitandroid/7dd37e74cc5f2b28b58bf94727c5b92e to your computer and use it in GitHub Desktop.
sample activity layout xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment