Skip to content

Commit 9127e9b

Browse files
committed
fix: wrap content in xml
1 parent 99f2072 commit 9127e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_party_join.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<TextView
3535
android:id="@+id/tvCreatedBy1"
36-
android:layout_width="250dp"
36+
android:layout_width="wrap_content"
3737
android:layout_height="wrap_content"
3838
android:layout_marginStart="70dp"
3939
android:text="@string/username_date"

0 commit comments

Comments
 (0)