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

Commit

Permalink
Fix switch clipping. Fixes #2642
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Jan 14, 2020
1 parent 5015039 commit d3b7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
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 d3b7f9e

Please sign in to comment.