@zt-mobile/react-native-advanced-video-player
Version:
11 lines (10 loc) • 396 B
text/xml
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="#e42828"/>
<!-- Set the same value for both width and height to get a circular shape -->
<size android:width="20dp" android:height="20dp"/>
</shape>
</item>
</selector>