1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-25 12:32:31 +01:00

Add missing app:iconSpaceReserved

This commit is contained in:
TacoTheDank 2020-10-31 15:56:46 -04:00
parent 6db560fd2c
commit 972235bfba
3 changed files with 15 additions and 11 deletions

View File

@ -105,7 +105,8 @@
<PreferenceCategory
android:layout="@layout/settings_category_header_layout"
android:title="@string/settings_category_feed_title">
android:title="@string/settings_category_feed_title"
app:iconSpaceReserved="false">
<org.schabi.newpipe.settings.custom.DurationListPreference
android:defaultValue="@string/feed_update_threshold_default_value"

View File

@ -10,9 +10,11 @@
android:title="@string/notification_scale_to_square_image_title"
app:iconSpaceReserved="false" />
<PreferenceCategory android:layout="@layout/settings_category_header_layout">
<PreferenceCategory
android:layout="@layout/settings_category_header_layout"
app:iconSpaceReserved="false">
<org.schabi.newpipe.settings.custom.NotificationActionsPreference />
</PreferenceCategory>
</PreferenceScreen>

View File

@ -84,7 +84,8 @@
<PreferenceCategory
android:layout="@layout/settings_category_header_layout"
android:title="@string/settings_category_player_behavior_title">
android:title="@string/settings_category_player_behavior_title"
app:iconSpaceReserved="false">
<ListPreference
android:defaultValue="@string/preferred_open_action_default"