Skip to content

Instantly share code, notes, and snippets.

@hoolrory
Created October 25, 2016 13:14
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 hoolrory/e3bb9570d4f925d5b4cc002ad3d2b125 to your computer and use it in GitHub Desktop.
Save hoolrory/e3bb9570d4f925d5b4cc002ad3d2b125 to your computer and use it in GitHub Desktop.
<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_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:android:layout_alignParentTop="true"
android:layout_above="@+id/music_player_frame" />
<FrameLayout
android:id="@+id/music_player_frame"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment