Skip to content

Commit

Permalink
edit xml display profile
Browse files Browse the repository at this point in the history
  • Loading branch information
PassM committed Mar 8, 2020
1 parent dce53ee commit 71c3ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/profile_display_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
android:padding="4dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:text="@{profileDisplayViewmodel.userID}"
android:text="@={profileDisplayViewmodel.userID}"
android:textAlignment="center"
android:textSize="20sp"
android:textStyle="bold" />
Expand Down

0 comments on commit 71c3ca4

Please sign in to comment.