summaryrefslogtreecommitdiff
path: root/player-android/android/app/src/main/res/drawable/ic_launcher.xml
blob: 8867c988045370cf67c739798cc52f22d1f9b880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="48dp"
    android:height="48dp"
    android:viewportWidth="48"
    android:viewportHeight="48">
    <path
        android:fillColor="#1565C0"
        android:pathData="M4,4h40v40h-40z" />
    <path
        android:fillColor="#FFFFFF"
        android:pathData="M19,15v18l15,-9z" />
</vector>