micky387 | 54bf102 | 2019-07-03 03:31:11 +0200 | [diff] [blame^] | 1 | <!-- drawable/flashlight.xml --> |
2 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
3 | android:height="32dp" | ||||
4 | android:width="32dp" | ||||
5 | android:viewportWidth="24" | ||||
6 | android:viewportHeight="24" | ||||
7 | android:tint="?android:attr/colorAccent" > | ||||
8 | <path android:fillColor="#fff" android:pathData="M9,10L6,5H18L15,10H9M18,4H6V2H18V4M9,22V11H15V22H9M12,13A1,1 0 0,0 11,14A1,1 0 0,0 12,15A1,1 0 0,0 13,14A1,1 0 0,0 12,13Z" /> | ||||
9 | </vector> |