Merge pull request #4465 from TacoTheDank/reserved-space

Don't reserve icon space for settings without icons
This commit is contained in:
ByteHamster 2020-10-22 13:34:51 +02:00 committed by GitHub
commit 3e147c97fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources, MissingDefaultResource">
<bool name="config_materialPreferenceIconSpaceReserved" tools:override="true">false</bool>
</resources>