Skip to content

Commit

Permalink
Merge pull request #494 from morckx/fix-preferences-alignment
Browse files Browse the repository at this point in the history
Get rid of left padding in preferences (fixes #491)
  • Loading branch information
segler-alex authored May 17, 2019
2 parents 69a3d0b + 774acac commit 63cb773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/values-sw360dp-v13/values-preference.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:tools="http://schemas.android.com/tools">
<bool name="config_materialPreferenceIconSpaceReserved" tools:ignore="MissingDefaultResource,PrivateResource">false</bool>
<dimen name="preference_category_padding_start" tools:ignore="MissingDefaultResource,PrivateResource">0dp</dimen>
</resources>

0 comments on commit 63cb773

Please sign in to comment.