Skip to content

Commit 07ef8aa

Browse files
committed
forgott some drawables
1 parent 42d0ff7 commit 07ef8aa

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- ### -->
3+
<shape xmlns:android="http://schemas.android.com/apk/res/android">
4+
<gradient
5+
android:startColor="#bbbbbb"
6+
android:centerColor="#bbbbbb"
7+
android:endColor="#bbbbbb"
8+
android:angle="90" />
9+
10+
<corners android:radius="5px" />
11+
12+
<stroke
13+
android:width="2dp"
14+
android:color="#50999999" />
15+
16+
<stroke
17+
android:width="1dp"
18+
android:color="#70555555" />
19+
</shape>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- ### -->
3+
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4+
<item android:id="@android:id/background"
5+
android:drawable="@drawable/seekbar_background_fill" />
6+
7+
<item android:id="@android:id/progress">
8+
<clip android:drawable="@drawable/seekbar_progress_fill" />
9+
</item>
10+
</layer-list>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- ### -->
3+
<shape xmlns:android="http://schemas.android.com/apk/res/android">
4+
<gradient
5+
android:startColor="#bbbbbb"
6+
android:centerColor="#bbbbbb"
7+
android:endColor="#bbbbbb"
8+
android:angle="90" />
9+
10+
<corners android:radius="5px" />
11+
12+
<stroke
13+
android:width="2dp"
14+
android:color="#50999999" />
15+
16+
<stroke
17+
android:width="1dp"
18+
android:color="#70555555" />
19+
</shape>

0 commit comments

Comments
 (0)