Initial commit
This commit is contained in:
13
resources/res/drawable/seek_thumb_2.xml
Normal file
13
resources/res/drawable/seek_thumb_2.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape
|
||||
android:dither="true"
|
||||
android:shape="oval">
|
||||
<size
|
||||
android:height="@dimen/dp35"
|
||||
android:width="@dimen/dp35"/>
|
||||
<solid android:color="#55000000"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user