Guest User

Untitled

a guest
Jan 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="oval">
  4. <size
  5. android:width="@dimen/seek_bar_thumb_size"
  6. android:height="@dimen/seek_bar_thumb_size"/>
  7. <solid android:color="@color/seek_bar_thumb_color"/>
  8. <stroke
  9. android:width="@dimen/seekbar_thumb_stroke_size"
  10. android:color="@android:color/white"/>
  11. </shape>
  12.  
  13. android:thumb="@drawable/seek_bar_thumb"
  14.  
  15. app:thumb="@drawable/seek_bar_thumb"
Add Comment
Please, Sign In to add comment