mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Added title wrap to other preferences
This commit is contained in:
		| @@ -10,6 +10,7 @@ | ||||
|         android:key="@string/theme_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/theme_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -19,6 +20,7 @@ | ||||
|         android:key="@string/night_theme_key" | ||||
|         android:summary="@string/night_theme_summary" | ||||
|         android:title="@string/night_theme_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
| @@ -36,12 +38,14 @@ | ||||
|         android:key="@string/list_view_mode_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/list_view_mode" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <Preference | ||||
|         android:key="@string/caption_settings_key" | ||||
|         android:summary="@string/caption_setting_description" | ||||
|         android:title="@string/caption_setting_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -51,5 +55,6 @@ | ||||
|         android:key="@string/tablet_mode_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/tablet_mode_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
| </PreferenceScreen> | ||||
|   | ||||
| @@ -10,6 +10,7 @@ | ||||
|         android:key="@string/app_language_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/app_language_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -19,6 +20,7 @@ | ||||
|         android:key="@string/content_language_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/content_language_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -28,6 +30,7 @@ | ||||
|         android:key="@string/content_country_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/default_content_country_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <PreferenceScreen | ||||
| @@ -35,6 +38,7 @@ | ||||
|         android:key="@string/main_page_content_key" | ||||
|         android:summary="@string/main_page_content_summary" | ||||
|         android:title="@string/main_page_content" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <PreferenceScreen | ||||
| @@ -42,6 +46,7 @@ | ||||
|         android:key="@string/peertube_instance_setup_key" | ||||
|         android:summary="@string/peertube_instance_url_summary" | ||||
|         android:title="@string/peertube_instance_url_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
| @@ -111,23 +116,27 @@ | ||||
|         android:key="@string/import_data" | ||||
|         android:summary="@string/import_data_summary" | ||||
|         android:title="@string/import_data_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <Preference | ||||
|         android:key="@string/export_data" | ||||
|         android:summary="@string/export_data_summary" | ||||
|         android:title="@string/export_data_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <Preference | ||||
|         android:key="@string/clear_cookie_key" | ||||
|         android:summary="@string/clear_cookie_summary" | ||||
|         android:title="@string/clear_cookie_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <PreferenceCategory | ||||
|         android:layout="@layout/settings_category_header_layout" | ||||
|         android:title="@string/settings_category_feed_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false"> | ||||
|  | ||||
|         <org.schabi.newpipe.settings.custom.DurationListPreference | ||||
| @@ -137,6 +146,7 @@ | ||||
|             android:key="@string/feed_update_threshold_key" | ||||
|             android:summary="@string/feed_update_threshold_summary" | ||||
|             android:title="@string/feed_update_threshold_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <SwitchPreferenceCompat | ||||
|   | ||||
| @@ -15,6 +15,7 @@ | ||||
|     <Preference | ||||
|         android:key="@string/show_memory_leaks_key" | ||||
|         android:title="@string/show_memory_leaks" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
| @@ -44,5 +45,6 @@ | ||||
|     <Preference | ||||
|         android:key="@string/crash_the_app_key" | ||||
|         android:title="@string/crash_the_app" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
| </PreferenceScreen> | ||||
|   | ||||
| @@ -23,6 +23,7 @@ | ||||
|         android:key="@string/download_path_video_key" | ||||
|         android:summary="@string/download_path_summary" | ||||
|         android:title="@string/download_path_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <Preference | ||||
| @@ -30,6 +31,7 @@ | ||||
|         android:key="@string/download_path_audio_key" | ||||
|         android:summary="@string/download_path_audio_summary" | ||||
|         android:title="@string/download_path_audio_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -39,6 +41,7 @@ | ||||
|         android:key="@string/settings_file_charset_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/settings_file_charset_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <EditTextPreference | ||||
| @@ -46,6 +49,7 @@ | ||||
|         android:key="@string/settings_file_replacement_character_key" | ||||
|         android:summary="@string/settings_file_replacement_character_summary" | ||||
|         android:title="@string/settings_file_replacement_character_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -55,6 +59,7 @@ | ||||
|         android:key="@string/downloads_maximum_retry" | ||||
|         android:summary="@string/max_retry_desc" | ||||
|         android:title="@string/max_retry_msg" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
|   | ||||
| @@ -40,30 +40,35 @@ | ||||
|     <PreferenceCategory | ||||
|         android:layout="@layout/settings_category_header_layout" | ||||
|         android:title="@string/settings_category_clear_data_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false"> | ||||
|  | ||||
|         <Preference | ||||
|             android:key="@string/metadata_cache_wipe_key" | ||||
|             android:summary="@string/metadata_cache_wipe_summary" | ||||
|             android:title="@string/metadata_cache_wipe_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <Preference | ||||
|             android:key="@string/clear_views_history_key" | ||||
|             android:summary="@string/clear_views_history_summary" | ||||
|             android:title="@string/clear_views_history_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <Preference | ||||
|             android:key="@string/clear_playback_states_key" | ||||
|             android:summary="@string/clear_playback_states_summary" | ||||
|             android:title="@string/clear_playback_states_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <Preference | ||||
|             android:key="@string/clear_search_history_key" | ||||
|             android:summary="@string/clear_search_history_summary" | ||||
|             android:title="@string/clear_search_history_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     </PreferenceCategory> | ||||
|   | ||||
| @@ -10,6 +10,7 @@ | ||||
|         android:key="@string/default_resolution_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/default_resolution_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -19,6 +20,7 @@ | ||||
|         android:key="@string/default_popup_resolution_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/default_popup_resolution_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -28,6 +30,7 @@ | ||||
|         android:key="@string/limit_mobile_data_usage_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/limit_mobile_data_usage_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <SwitchPreferenceCompat | ||||
| @@ -45,6 +48,7 @@ | ||||
|         android:key="@string/default_video_format_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/default_video_format_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <ListPreference | ||||
| @@ -54,11 +58,13 @@ | ||||
|         android:key="@string/default_audio_format_key" | ||||
|         android:summary="%s" | ||||
|         android:title="@string/default_audio_format_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     <PreferenceCategory | ||||
|         android:layout="@layout/settings_category_header_layout" | ||||
|         android:title="@string/settings_category_player_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false"> | ||||
|  | ||||
|         <SwitchPreferenceCompat | ||||
| @@ -92,6 +98,7 @@ | ||||
|             android:key="@string/seekbar_preview_thumbnail_key" | ||||
|             android:summary="%s" | ||||
|             android:title="@string/seekbar_preview_thumbnail_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|     </PreferenceCategory> | ||||
| @@ -99,6 +106,7 @@ | ||||
|     <PreferenceCategory | ||||
|         android:layout="@layout/settings_category_header_layout" | ||||
|         android:title="@string/settings_category_player_behavior_title" | ||||
|         app:singleLineTitle="false" | ||||
|         app:iconSpaceReserved="false"> | ||||
|  | ||||
|         <ListPreference | ||||
| @@ -108,6 +116,7 @@ | ||||
|             android:key="@string/preferred_open_action_key" | ||||
|             android:summary="@string/preferred_open_action_settings_summary" | ||||
|             android:title="@string/preferred_open_action_settings_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <ListPreference | ||||
| @@ -117,6 +126,7 @@ | ||||
|             android:key="@string/minimize_on_exit_key" | ||||
|             android:summary="@string/minimize_on_exit_summary" | ||||
|             android:title="@string/minimize_on_exit_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <ListPreference | ||||
| @@ -126,6 +136,7 @@ | ||||
|             android:key="@string/autoplay_key" | ||||
|             android:summary="@string/autoplay_summary" | ||||
|             android:title="@string/autoplay_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <SwitchPreferenceCompat | ||||
| @@ -183,6 +194,7 @@ | ||||
|             android:key="@string/seek_duration_key" | ||||
|             android:summary="%s" | ||||
|             android:title="@string/seek_duration_title" | ||||
|             app:singleLineTitle="false" | ||||
|             app:iconSpaceReserved="false" /> | ||||
|  | ||||
|         <SwitchPreferenceCompat | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Agnieszka C
					Agnieszka C