Created
May 14, 2020 22:11
-
-
Save nicoqueijo/a32b5ed33540d6aa7b105693a28696ce 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
<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