blob: f84f90342f3c59901af0da61189d28eb11ec30f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
android:name="circle"
android:viewportWidth="91"
android:viewportHeight="91"
android:width="91dp"
android:height="91dp">
<path
android:pathData="M0 0"
android:fillColor="#00000000" />
<!--
Implement your progress animation vector graphic here.
The graphic will rotate behind the cancel button in EipFragment.
-->
</vector>
|