tt_seek_thumb_fullscreen.xml 505 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="oval">
  4. <!-- 注意:因这个布局不需要夜间模式,里面的颜色不能使用带夜间模式的资源 -->
  5. <!-- ssxinmian4 -->
  6. <solid android:color="#ffffffff" />
  7. <size
  8. android:width="18dp"
  9. android:height="18dp" />
  10. <!-- 描边 -->
  11. <stroke
  12. android:width="1dp"
  13. android:color="@android:color/transparent" />
  14. </shape>