Auxio/app/src/main/res/values-v31/styles_android.xml
OxygenCobalt 86010e896e
music: remove redundant null checks
Remove more redundant null checks in MediaStoreBackend.

Again, no need to check if there is no issue where they might be null.
2022-06-22 09:05:22 -06:00

6 lines
No EOL
247 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Widget.Auxio.Button.AppWidget.V31" parent="Widget.AppCompat.Button.Borderless">
<item name="android:background">@drawable/ui_remote_ripple</item>
</style>
</resources>