Skip to content

Commit

Permalink
[fix] centers switch in dialog for new list.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 8, 2025
1 parent a887680 commit 198f4c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
android:id="@+id/switch_statistics"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_centerInParent="true"
android:layout_alignParentEnd="true"
android:checked="false"></androidx.appcompat.widget.SwitchCompat>
android:checked="false" />
</RelativeLayout>


Expand Down

0 comments on commit 198f4c2

Please sign in to comment.