Skip to content

Commit

Permalink
Fix switch clipping. Fixes #2642 (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and keianhzo committed Jan 14, 2020
1 parent 5015039 commit e219b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Expand Up @@ -297,7 +297,7 @@

<style name="settingsSwitch">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:switchMinWidth">0dp</item>
<item name="android:textOff">""</item>
<item name="android:textOn">""</item>
Expand Down

0 comments on commit e219b81

Please sign in to comment.