Auxio/app/src/main/res/values-sw600dp/styles_ui.xml
OxygenCobalt e12c7cb419
ui: rework resource distribution
Try to remove the weird config file and replace it with more
conventional resource files in other places.
2022-08-05 09:58:20 -06:00

11 lines
No EOL
445 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Widget.Auxio.FloatingActionButton.Adaptive" parent="Widget.Material3.FloatingActionButton.Large.Primary">
<item name="fabSize">normal</item>
</style>
<style name="Widget.Auxio.RecyclerView.Grid.WithAdaptiveFab" parent="Widget.Auxio.RecyclerView.Grid">
<item name="android:paddingBottom">@dimen/recycler_fab_space_large</item>
</style>
</resources>