Auxio/app/src/main/res/drawable/ui_popup.xml
Alexander Capehart fe6c07a342
recycler: redesign fast scroller
- Use new "bump" design
- Base off fundamental RV primitives over custom item
calculations
- Make possible to use by non-home views
2024-11-07 20:52:48 -07:00

11 lines
No EOL
346 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:tint="?attr/colorSecondary">
<corners android:radius="16dp" />
<size
android:width="56dp"
android:height="56dp" />
<solid android:color="@android:color/white" />
</shape>