alivc_info_seekbar.xml
915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:shape="rectangle"
android:useLevel="false">
<solid android:color="@color/res_color_common_C8" />
<size
android:width="@dimen/rmrb_dp11"
android:height="@dimen/rmrb_dp8" />
</shape>
</item>
<item
android:bottom="@dimen/rmrb_dp3"
android:left="@dimen/rmrb_dp4"
android:right="@dimen/rmrb_dp4"
android:top="@dimen/rmrb_dp3">
<shape
android:shape="rectangle"
android:useLevel="false">
<solid android:color="@color/color_F22B41" />
<size
android:width="@dimen/rmrb_dp3"
android:height="@dimen/rmrb_dp2" />
</shape>
</item>
</layer-list>