OpenEUICC/app/src/main/res/drawable/ic_check_black.xml
Peter Cai df46ed883b implement eUICC profile downloading
hope that this actually works...
2022-04-30 16:39:33 -04:00

11 lines
369 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"/>
</vector>