Skip to content

Instantly share code, notes, and snippets.

@nicoqueijo
Created May 14, 2020 22:11
Show Gist options
  • Save nicoqueijo/a32b5ed33540d6aa7b105693a28696ce to your computer and use it in GitHub Desktop.
Save nicoqueijo/a32b5ed33540d6aa7b105693a28696ce to your computer and use it in GitHub Desktop.
<com.jmedeisis.draglinearlayout.DragLinearLayout
android:id="@+id/drag_linear_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:divider="@drawable/divider"
android:orientation="vertical"
android:paddingBottom="90dp"
android:showDividers="middle|beginning|end" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment