Skip to content

Instantly share code, notes, and snippets.

@andremion
Created June 17, 2016 15:38
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 andremion/26121e27fbda3f405f990851e6639041 to your computer and use it in GitHub Desktop.
Save andremion/26121e27fbda3f405f990851e6639041 to your computer and use it in GitHub Desktop.
<RelativeLayout
android:id="@+id/playlist"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/cover"
android:gravity="center_vertical"
android:padding="@dimen/activity_vertical_margin"
android:transitionGroup="true">
<LinearLayout
android:id="@+id/controls"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:gravity="center_horizontal"
android:transitionGroup="true"
app:layout_marginBottomPercent="5%">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment