Skip to content

Commit

Permalink
Fix switch clipping. Fixes MozillaReality#2642 (MozillaReality#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and Alexandre Lissy committed Jan 21, 2020
1 parent f6cd910 commit c004ba3
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 c004ba3

Please sign in to comment.