
Try to remove the weird config file and replace it with more conventional resource files in other places.
11 lines
No EOL
445 B
XML
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> |