Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 4, 2019 18:46
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 parzibyte/0d29276794c3fdfaf6f3b4fd9c4b8bc2 to your computer and use it in GitHub Desktop.
Save parzibyte/0d29276794c3fdfaf6f3b4fd9c4b8bc2 to your computer and use it in GitHub Desktop.
<TableLayout
android:id="@+id/tableLayoutPackingList"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4sp"
android:layout_marginLeft="4sp"
android:layout_marginEnd="4sp"
android:layout_marginRight="4sp"
android:stretchColumns="*">
</TableLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment