mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-17 04:49:20 +00:00
Initial Commit
This commit is contained in:
10
src/main/res/drawable/scrollbar_track.xml
Normal file
10
src/main/res/drawable/scrollbar_track.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>
|
Reference in New Issue
Block a user