Fast scroll in lists
This commit is contained in:
14
app/src/main/res/drawable/thumb.xml
Normal file
14
app/src/main/res/drawable/thumb.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="50dp" />
|
||||
|
||||
<padding
|
||||
android:paddingLeft="22dp"
|
||||
android:paddingRight="22dp" />
|
||||
|
||||
<solid android:color="?colorPrimaryDark" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user