Skip to content

Commit

Permalink
Update item_team_list.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Sep 24, 2024
1 parent ff2a63f commit 86c39b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/item_team_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:stretchColumns="*">

<TableRow
android:id="@+id/firstRow"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp">

<TextView
android:id="@+id/name"
android:layout_width="0dp"
Expand Down Expand Up @@ -45,6 +47,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="2">

<ImageButton
android:id="@+id/join_leave"
android:layout_width="0dp"
Expand Down

0 comments on commit 86c39b5

Please sign in to comment.