adding our custom ics and vcf file formats

This commit is contained in:
tibbi 2020-04-22 12:43:18 +02:00
parent 45cb3c5169
commit 180bb87fb0
3 changed files with 22 additions and 0 deletions

View File

@ -765,6 +765,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
"fla" -> R.drawable.ic_file_fla
"flv" -> R.drawable.ic_file_flash
"htm", "html" -> R.drawable.ic_file_html
"ics" -> R.drawable.ic_file_ics
"indd" -> R.drawable.ic_file_indesign
"iso" -> R.drawable.ic_file_iso
"jpg", "jpeg" -> R.drawable.ic_file_jpg
@ -780,6 +781,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
"sesx" -> R.drawable.ic_file_audition
"svg" -> R.drawable.ic_file_svg
"txt" -> R.drawable.ic_file_txt
"vcf" -> R.drawable.ic_file_vcf
"xls" -> R.drawable.ic_file_xls
"xml" -> R.drawable.ic_file_xml
"zip" -> R.drawable.ic_file_zip

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
<vector android:height="24dp" android:viewportHeight="56"
android:viewportWidth="56" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#e9e9e0" android:pathData="M36.985,0 L7.963,0C7.155,0 6.5,0.655 6.5,1.926L6.5,55c0,0.345 0.655,1 1.463,1l40.074,0c0.808,0 1.463,-0.655 1.463,-1l0,-42.022c0,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0Z"/>
<path android:fillColor="#d9d7ca" android:pathData="M37.5,12l11.849,0l-11.849,-11.849z"/>
<path android:fillColor="#ef5350" android:pathData="M48.037,56 L7.963,56C7.155,56 6.5,55.345 6.5,54.537L6.5,39l43,0 0,15.537C49.5,55.345 48.845,56 48.037,56Z"/>
<path android:fillColor="#ffffff" android:pathData="m31.7421,51.4593c-0.374,0.364 -0.798,0.638 -1.271,0.82 -0.473,0.182 -0.984,0.273 -1.531,0.273 -0.602,0 -1.155,-0.109 -1.661,-0.328 -0.506,-0.219 -0.948,-0.542 -1.326,-0.971 -0.378,-0.429 -0.675,-0.966 -0.889,-1.613 -0.214,-0.647 -0.321,-1.395 -0.321,-2.242 0,-0.847 0.107,-1.593 0.321,-2.235 0.214,-0.643 0.511,-1.178 0.889,-1.606 0.378,-0.428 0.822,-0.754 1.333,-0.978 0.511,-0.224 1.062,-0.335 1.654,-0.335 0.547,0 1.058,0.091 1.531,0.273 0.473,0.182 0.897,0.456 1.271,0.82l-1.135,1.012c-0.228,-0.265 -0.48,-0.456 -0.759,-0.574 -0.279,-0.118 -0.567,-0.178 -0.868,-0.178 -0.337,0 -0.658,0.063 -0.964,0.191 -0.306,0.128 -0.579,0.344 -0.82,0.649 -0.241,0.305 -0.431,0.699 -0.567,1.183 -0.136,0.484 -0.21,1.075 -0.219,1.777 0.009,0.684 0.08,1.267 0.212,1.75 0.132,0.483 0.314,0.877 0.547,1.183 0.233,0.306 0.497,0.528 0.793,0.67 0.296,0.142 0.608,0.212 0.937,0.212 0.329,0 0.636,-0.06 0.923,-0.178 0.287,-0.118 0.549,-0.31 0.786,-0.574l1.134,0.999z"/>
<path android:fillColor="#ffffff" android:pathData="m17.6902,52.5231 l-3.131,-10.131 1.873,0 2.338,8.695 2.475,-8.695 1.859,0 -3.281,10.131 -2.133,0z"/>
<path android:fillColor="#ffffff" android:pathData="m36.8058,43.7229 l0,3.172 4.211,0 0,1.121 -4.211,0 0,4.539 -1.668,0 0,-10.076 6.303,0 0,1.244 -4.635,0z"/>
<path android:fillColor="#ef5350" android:pathData="m28,22.0697c3.4549,0 6.2968,-2.7862 6.2968,-6.2968 0,-3.5106 -2.7862,-6.2968 -6.2968,-6.2968 -3.5106,0 -6.2968,2.7862 -6.2968,6.2968 0,3.5106 2.8419,6.2968 6.2968,6.2968zM28,25.1902c-4.1793,0 -12.5378,2.1175 -12.5378,6.2968l0,3.1205 25.0756,0 0,-3.1205c0,-4.1793 -8.3585,-6.2968 -12.5378,-6.2968z"/>
</vector>