diff options
author | Marvin Borner | 2018-09-05 16:17:33 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-05 16:17:33 +0200 |
commit | c6647c0a6b136de1d369f9e629d47c36e20c4ea7 (patch) | |
tree | c15fd868553a3f408edff47bbffde40ba8df0cb2 /app/src/main/res/drawable/ic_redo_white_24dp.xml | |
parent | 490301517dd5c48be4292b8dd9046a88b27a086c (diff) |
Applied code convention guidelines :wrench: :truck:
Diffstat (limited to 'app/src/main/res/drawable/ic_redo_white_24dp.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_redo_white_24dp.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/drawable/ic_redo_white_24dp.xml b/app/src/main/res/drawable/ic_redo_white_24dp.xml deleted file mode 100644 index d07c380..0000000 --- a/app/src/main/res/drawable/ic_redo_white_24dp.xml +++ /dev/null @@ -1,10 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:tint="#FFFFFF" - android:viewportHeight="24.0" - android:viewportWidth="24.0"> - <path - android:fillColor="#FF000000" - android:pathData="M18.4,10.6C16.55,8.99 14.15,8 11.5,8c-4.65,0 -8.58,3.03 -9.96,7.22L3.9,16c1.05,-3.19 4.05,-5.5 7.6,-5.5 1.95,0 3.73,0.72 5.12,1.88L13,16h9V7l-3.6,3.6z" /> -</vector> |