Skip to content

Commit

Permalink
[fix] reduces size of preference switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Feb 7, 2024
1 parent bc36a28 commit 1f6321e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/preference_switch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
android:id="@+id/switchWidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleX="0.8"
android:scaleY="0.8"
android:focusable="false"
android:clickable="false"
android:background="@null" />

0 comments on commit 1f6321e

Please sign in to comment.