diff options
author | Joe Robinson <joe@lc8n.com> | 2019-04-20 03:56:13 +0200 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-04-20 03:56:13 +0200 |
commit | 9d430209d39d0e68f6311adfff9d476c8856f662 (patch) | |
tree | f31e91badaafb62825e737e435d55cd89301a9ae /app/src/main/res/drawable-v21/ic_menu_manage.xml |
Initial commit - working file list view
Diffstat (limited to 'app/src/main/res/drawable-v21/ic_menu_manage.xml')
-rw-r--r-- | app/src/main/res/drawable-v21/ic_menu_manage.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-v21/ic_menu_manage.xml b/app/src/main/res/drawable-v21/ic_menu_manage.xml new file mode 100644 index 0000000..a0e423c --- /dev/null +++ b/app/src/main/res/drawable-v21/ic_menu_manage.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FF000000" + android:pathData="M22.7,19l-9.1,-9.1c0.9,-2.3 0.4,-5 -1.5,-6.9 -2,-2 -5,-2.4 -7.4,-1.3L9,6 6,9 1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1,0.4 1.4,0l2.3,-2.3c0.5,-0.4 0.5,-1.1 0.1,-1.4z"/> +</vector>
\ No newline at end of file |