aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/drawable/exo_player_control_button_circular_background.xml
blob: 363fffc1536113d1e32f72e94f6eda4857c8d97b (plain) (tree)
1
2
3
4
5
6





                                                                                        
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
    <size android:width="16dp" android:height="16dp"/>
    <solid
        android:color="#40000000" />
</shape>