add magic prefrence xml to cancel preferences page offset

Taken from here:
https://stackoverflow.com/a/53969021
This commit is contained in:
Marcus Hoffmann 2020-06-15 20:23:39 +02:00 committed by Dominik Schürmann
parent 38374e1d32
commit 59ad42a73b

View File

@ -0,0 +1,4 @@
<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>