remove AppThemeHelper elements from xml files

This commit is contained in:
dkanada 2021-06-12 13:14:14 +09:00
commit e48d5cdfd2
8 changed files with 17 additions and 11 deletions

View file

@ -31,7 +31,7 @@
</FrameLayout>
<com.kabouzeid.appthemehelper.common.views.ATECheckBox
<CheckBox
android:id="@+id/should_finish_last_song"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -15,7 +15,7 @@
android:paddingStart="@dimen/md_dialog_frame_margin"
tools:gravity="start|center_vertical">
<com.kabouzeid.appthemehelper.common.views.ATECheckBox
<CheckBox
android:id="@+id/checkbox"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View file

@ -13,7 +13,7 @@
android:paddingTop="8dp"
android:paddingStart="20dp">
<com.kabouzeid.appthemehelper.common.views.ATECheckBox
<CheckBox
android:id="@+id/checkbox"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View file

@ -9,8 +9,9 @@
android:key="location_download"
android:title="@string/pref_title_download_location" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
<ListPreference
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true"
android:defaultValue="400"
android:entries="@array/pref_cache_size_titles"
android:entryValues="@array/pref_cache_size_values"
@ -19,8 +20,9 @@
android:positiveButtonText="@null"
android:title="@string/pref_title_image_cache_size" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
<ListPreference
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true"
android:defaultValue="400"
android:entries="@array/pref_cache_size_titles"
android:entryValues="@array/pref_cache_size_values"

View file

@ -3,8 +3,9 @@
<com.dkanada.gramophone.views.settings.JellyPreferenceCategory android:title="@string/pref_header_colors">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
<ListPreference
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true"
android:defaultValue="dark"
android:entries="@array/pref_theme_titles"
android:entryValues="@array/pref_theme_values"

View file

@ -9,8 +9,9 @@
android:summary="@string/pref_summary_categories"
android:title="@string/pref_title_categories" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
<ListPreference
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true"
android:defaultValue="100"
android:entries="@array/pref_page_size_titles"
android:entryValues="@array/pref_page_size_values"

View file

@ -4,8 +4,9 @@
<com.dkanada.gramophone.views.settings.JellyPreferenceCategory android:title="@string/pref_header_audio">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
<ListPreference
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true"
android:defaultValue="aac"
android:entries="@array/pref_transcode_codec_titles"
android:entryValues="@array/pref_transcode_codec_values"
@ -19,8 +20,9 @@
android:summary="@string/pref_summary_direct_play_codecs"
android:title="@string/pref_title_direct_play_codecs" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
<ListPreference
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true"
android:defaultValue="10000000"
android:entries="@array/pref_maximum_bitrate_titles"
android:entryValues="@array/pref_maximum_bitrate_values"