Created
October 25, 2016 13:14
-
-
Save hoolrory/e3bb9570d4f925d5b4cc002ad3d2b125 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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