Blame view

app/src/main/res/drawable/seekbar_style.xml 386 Bytes
7f095a929   chudinhbka@gmail.com   Create GIT Project
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?xml version="1.0" encoding="utf-8"?>
  <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
      <item
          android:id="@android:id/background"
          android:drawable="@drawable/border_shadow" >
      </item>
  
      <item
          android:id="@android:id/progress" >
          <clip
              android:drawable="@drawable/seekbar_progress" />
      </item>
  </layer-list>