File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed
Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments