Skip to content

Commit

Permalink
Fix status indicator alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Dec 2, 2024
1 parent d8f02fd commit ea26e05
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
android:id="@+id/label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minWidth="17dp"
android:gravity="end"
android:textColor="?daxColorSecondaryText"
app:typography="caption"
tools:text="On" />
Expand Down

0 comments on commit ea26e05

Please sign in to comment.