Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit e219b81

Browse files
bluemarvinkeianhzo
authored andcommitted
Fix switch clipping. Fixes #2642 (#2646)
1 parent 5015039 commit e219b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297

298298
<style name="settingsSwitch">
299299
<item name="android:layout_width">wrap_content</item>
300-
<item name="android:layout_height">match_parent</item>
300+
<item name="android:layout_height">wrap_content</item>
301301
<item name="android:switchMinWidth">0dp</item>
302302
<item name="android:textOff">""</item>
303303
<item name="android:textOn">""</item>

0 commit comments

Comments
 (0)