Skip to content

Instantly share code, notes, and snippets.

@RajashekarRaju
Created July 3, 2020 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RajashekarRaju/30b4aca885eab80c578d737d5c1daf32 to your computer and use it in GitHub Desktop.
Save RajashekarRaju/30b4aca885eab80c578d737d5c1daf32 to your computer and use it in GitHub Desktop.
Blank fragment layout
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ListFragment">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment