Files
Neo-Store/src/main/res/drawable/scrollbar_thumb.xml
2022-01-12 17:02:37 +05:30

12 lines
315 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/colorPrimary" />
<corners android:radius="8dp" />
<padding android:top="4dp" android:bottom="4dp" />
<size android:width="8dp" android:height="52dp" />
</shape>