Files
Neo-Store/src/main/res/drawable/scrollbar_track.xml
2021-03-07 18:20:35 +05:30

10 lines
224 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid
android:angle="0"
android:color="@null"/>
<corners android:radius="6dp" />
</shape>