Resource Cleanup
This commit is contained in:
parent
b6294db8cf
commit
80063ea903
10 changed files with 31 additions and 13 deletions
5
app/src/debug/res/values/bools.xml
Normal file
5
app/src/debug/res/values/bools.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="md3_available">true</bool>
|
||||||
|
<bool name="allowBackup">false</bool>
|
||||||
|
</resources>
|
|
@ -1,7 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name" translatable="false">Retro Music-Debug</string>
|
<string name="app_name" translatable="false">Retro Music-Debug</string>
|
||||||
|
|
||||||
<bool name="md3_available">true</bool>
|
|
||||||
<bool name="allowBackup">false</bool>
|
|
||||||
</resources>
|
</resources>
|
4
app/src/main/res/values-v26/bools.xml
Normal file
4
app/src/main/res/values-v26/bools.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="isNotOreo">false</bool>
|
||||||
|
</resources>
|
|
@ -3,6 +3,5 @@
|
||||||
<bool name="md3_available">true</bool>
|
<bool name="md3_available">true</bool>
|
||||||
<bool name="md3_enabled">true</bool>
|
<bool name="md3_enabled">true</bool>
|
||||||
|
|
||||||
<integer name="overScrollMode">0</integer>
|
|
||||||
<bool name="wallpaper_accent_visible">false</bool>
|
<bool name="wallpaper_accent_visible">false</bool>
|
||||||
</resources>
|
</resources>
|
4
app/src/main/res/values-v31/integers.xml
Normal file
4
app/src/main/res/values-v31/integers.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<integer name="overScrollMode">0</integer>
|
||||||
|
</resources>
|
12
app/src/main/res/values/bools.xml
Normal file
12
app/src/main/res/values/bools.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="md3_available">false</bool>
|
||||||
|
<bool name="md3_enabled">false</bool>
|
||||||
|
|
||||||
|
<bool name="allowBackup">true</bool>
|
||||||
|
|
||||||
|
<bool name="wallpaper_accent_enabled">false</bool>
|
||||||
|
<bool name="wallpaper_accent_visible">false</bool>
|
||||||
|
|
||||||
|
<bool name="isNotOreo">true</bool>
|
||||||
|
</resources>
|
|
@ -24,15 +24,9 @@
|
||||||
|
|
||||||
<!-- Material You -->
|
<!-- Material You -->
|
||||||
<string name="pref_title_md3">Material You</string>
|
<string name="pref_title_md3">Material You</string>
|
||||||
<bool name="md3_available">false</bool>
|
|
||||||
<bool name="md3_enabled">false</bool>
|
|
||||||
|
|
||||||
<integer name="overScrollMode">2</integer>
|
|
||||||
<bool name="allowBackup">true</bool>
|
|
||||||
|
|
||||||
<bool name="wallpaper_accent_enabled">false</bool>
|
|
||||||
<bool name="wallpaper_accent_visible">false</bool>
|
|
||||||
|
|
||||||
<string name="sort_order_album_artist">@string/album_artist</string>
|
<string name="sort_order_album_artist">@string/album_artist</string>
|
||||||
<string name="app_widget_circle_name">@string/circle</string>
|
<string name="app_widget_circle_name">@string/circle</string>
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
|
@ -12,4 +12,6 @@
|
||||||
<integer name="anim_duration_medium">200</integer>
|
<integer name="anim_duration_medium">200</integer>
|
||||||
<integer name="permission_orientation">1</integer>
|
<integer name="permission_orientation">1</integer>
|
||||||
<integer name="permission_layout_weight">0</integer>
|
<integer name="permission_layout_weight">0</integer>
|
||||||
|
|
||||||
|
<integer name="overScrollMode">2</integer>
|
||||||
</resources>
|
</resources>
|
|
@ -8,7 +8,8 @@
|
||||||
android:layout="@layout/list_item_view_switch"
|
android:layout="@layout/list_item_view_switch"
|
||||||
android:summary="@string/pref_summary_audio_ducking"
|
android:summary="@string/pref_summary_audio_ducking"
|
||||||
android:title="@string/pref_title_audio_ducking"
|
android:title="@string/pref_title_audio_ducking"
|
||||||
app:icon="@drawable/ic_volume_down" />
|
app:icon="@drawable/ic_volume_down"
|
||||||
|
app:isPreferenceVisible="@bool/isNotOreo"/>
|
||||||
|
|
||||||
<code.name.monkey.retromusic.preferences.DurationPreference
|
<code.name.monkey.retromusic.preferences.DurationPreference
|
||||||
android:defaultValue="0"
|
android:defaultValue="0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue