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:
parent
6db560fd2c
commit
972235bfba
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user