Skip to content

Commit

Permalink
Correct the divider height
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Nov 14, 2023
1 parent 346f240 commit e28c23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplified-ui-accounts/src/main/res/layout/account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

<View
android:layout_width="match_parent"
android:layout_height="16dp"
android:layout_height="1dp"
android:background="@color/PalaceDividerColor"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit e28c23f

Please sign in to comment.