Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Created November 24, 2017 12:18
Show Gist options
  • Save Elvis10ten/9125d5438734a665f440a6c2768effc2 to your computer and use it in GitHub Desktop.
Save Elvis10ten/9125d5438734a665f440a6c2768effc2 to your computer and use it in GitHub Desktop.
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/discoverFragmentView"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.mobymagic.shazamclone.discover.DiscoverFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment