Skip to content

Commit 4b0f3c1

Browse files
committed
updating all custom file extension icons once again with some tweaks
1 parent a60103f commit 4b0f3c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+254
-309
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
753753

754754
private fun getFileIcon(extension: String): Drawable {
755755
val id = when (extension) {
756-
"aep" -> R.drawable.ic_file_after_effects
756+
"aep" -> R.drawable.ic_file_aep
757757
"ai" -> R.drawable.ic_file_ai
758758
"avi" -> R.drawable.ic_file_avi
759759
"css" -> R.drawable.ic_file_css
@@ -769,7 +769,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
769769
"indd" -> R.drawable.ic_file_indd
770770
"iso" -> R.drawable.ic_file_iso
771771
"jpg", "jpeg" -> R.drawable.ic_file_jpg
772-
"js" -> R.drawable.ic_file_javascript
772+
"js" -> R.drawable.ic_file_js
773773
"json" -> R.drawable.ic_file_json
774774
"m4a" -> R.drawable.ic_file_m4a
775775
"mp3" -> R.drawable.ic_file_mp3

app/src/main/res/drawable/ic_file_after_effects.xml renamed to app/src/main/res/drawable/ic_file_aep.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<vector android:height="24dp" android:viewportHeight="56"
22
android:viewportWidth="56" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3-
<path android:fillColor="#E9E9E0" android:pathData="M36.985,0H7.963C7.155,0 6.5,0.655 6.5,1.926V55c0,0.345 0.655,1 1.463,1h40.074c0.808,0 1.463,-0.655 1.463,-1V12.978c0,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0z"/>
3+
<path android:fillColor="#e9e9e0" android:pathData="M36.985,0 L7.963,0C7.155,0 6.4999,0.655 6.5,1.926l0.0027,37.0831c43.0047,-0.0017 0.0078,-0.0039 43.0047,-0.0017L49.5,12.978c-0.0002,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0Z"/>
44
<path android:fillColor="#3a3375" 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"/>
5-
<path android:fillColor="#C8BDB8" android:pathData="M24.5,28c-0.166,0 -0.331,-0.041 -0.481,-0.123C23.699,27.701 23.5,27.365 23.5,27V13c0,-0.365 0.199,-0.701 0.519,-0.877c0.321,-0.175 0.71,-0.162 1.019,0.033l11,7C36.325,19.34 36.5,19.658 36.5,20s-0.175,0.66 -0.463,0.844l-11,7C24.874,27.947 24.687,28 24.5,28zM25.5,14.821v10.357L33.637,20L25.5,14.821z"/>
6-
<path android:fillColor="#C8BDB8" android:pathData="M28.5,35c-8.271,0 -15,-6.729 -15,-15s6.729,-15 15,-15s15,6.729 15,15S36.771,35 28.5,35zM28.5,7c-7.168,0 -13,5.832 -13,13s5.832,13 13,13s13,-5.832 13,-13S35.668,7 28.5,7z"/>
7-
<path android:fillColor="#D9D7CA" android:pathData="M37.5,0.151l0,11.849l11.849,0z"/>
5+
<path android:fillColor="#3a3375" android:pathData="m24.3132,29.426c-0.153,0 -0.3051,-0.0378 -0.4433,-0.1134 -0.2949,-0.1622 -0.4784,-0.4719 -0.4784,-0.8083l0,-12.9038c0,-0.3364 0.1834,-0.6461 0.4784,-0.8083 0.2959,-0.1613 0.6544,-0.1493 0.9392,0.0304l10.1387,6.4519c0.2645,0.1696 0.4258,0.4627 0.4258,0.7779 0,0.3152 -0.1613,0.6083 -0.4267,0.7779L24.8082,29.2822c-0.1502,0.0949 -0.3226,0.1438 -0.495,0.1438z"/>
6+
<path android:fillColor="#3a3375" android:pathData="m28,35.8779c-7.6234,0 -13.8255,-6.2021 -13.8255,-13.8255 0,-7.6234 6.2021,-13.8255 13.8255,-13.8255 7.6234,0 13.8255,6.2021 13.8255,13.8255 0,7.6234 -6.2021,13.8255 -13.8255,13.8255zM28,10.4898c-6.6067,0 -11.5626,4.9559 -11.5626,11.5626 0,6.6067 4.9559,11.5626 11.5626,11.5626 6.6067,0 11.5626,-4.9559 11.5626,-11.5626 0,-6.6067 -4.9559,-11.5626 -11.5626,-11.5626z"/>
7+
<path android:fillColor="#d9d7ca" android:pathData="M37.5,12l11.849,0l-11.849,-11.849z"/>
88
<path android:fillColor="#ffffff" android:pathData="m15.0754,52.4836 l3.527,-10.063 1.627,0 3.501,10.063 -1.696,0 -0.725,-2.092 -3.787,0 -0.738,2.092 -1.709,0zM17.9054,49.2846 L20.9134,49.2846 19.4234,44.9366 17.9054,49.2846z"/>
99
<path android:fillColor="#ffffff" android:pathData="m27.6005,43.6469 l0,3.172 4.211,0 0,1.121 -4.211,0 0,3.295 4.635,0 0,1.244 -6.303,0 0,-10.076 6.303,0 0,1.244 -4.635,0z"/>
1010
<path android:fillColor="#ffffff" android:pathData="m36.1536,52.484 l-1.641,0 0,-10.077 2.898,0c0.428,0 0.852,0.068 1.271,0.205 0.419,0.137 0.795,0.342 1.128,0.615 0.333,0.273 0.602,0.604 0.807,0.991 0.205,0.387 0.308,0.822 0.308,1.306 0,0.511 -0.087,0.973 -0.26,1.388 -0.173,0.415 -0.415,0.764 -0.725,1.046 -0.31,0.282 -0.684,0.501 -1.121,0.656 -0.437,0.155 -0.921,0.232 -1.449,0.232l-1.217,0 0,3.638zM36.1536,43.652 L36.1536,47.644 37.6576,47.644c0.2,0 0.398,-0.034 0.595,-0.103 0.196,-0.068 0.376,-0.18 0.54,-0.335 0.164,-0.155 0.296,-0.371 0.396,-0.649 0.1,-0.278 0.15,-0.622 0.15,-1.032 0,-0.164 -0.023,-0.354 -0.068,-0.567 -0.046,-0.214 -0.139,-0.419 -0.28,-0.615 -0.142,-0.196 -0.34,-0.36 -0.595,-0.492 -0.256,-0.133 -0.593,-0.199 -1.012,-0.199l-1.23,0z"/>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<vector android:height="24dp" android:viewportHeight="56"
22
android:viewportWidth="56" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3-
<path android:fillColor="#E9E9E0" android:pathData="M36.985,0H7.963C7.155,0 6.5,0.655 6.5,1.926V55c0,0.345 0.655,1 1.463,1h40.074c0.808,0 1.463,-0.655 1.463,-1V12.978c0,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0z"/>
4-
<path android:fillColor="#FFC14F" android:pathData="M48.037,56H7.963C7.155,56 6.5,55.345 6.5,54.537V39h43v15.537C49.5,55.345 48.845,56 48.037,56z"/>
5-
<path android:fillColor="#FFFFFF" android:pathData="M20.067,53l3.527,-10.063h1.627L28.722,53h-1.695l-0.725,-2.092h-3.787L21.776,53H20.067zM22.897,49.801h3.008l-1.49,-4.348L22.897,49.801z"/>
6-
<path android:fillColor="#FFFFFF" android:pathData="M32.536,53h-1.668V42.924h1.668V53z"/>
7-
<path android:fillColor="#C8BDB8" android:pathData="M37.5,11v0.461c-3.071,0.968 -5.503,3.382 -6.502,6.44C30.311,17.346 29.45,17 28.5,17c-1.859,0 -3.411,1.28 -3.858,3H21.5v-2h-6v6h6v-2h2.921c-0.336,2.663 -1.985,4.978 -4.389,6.163C19.364,26.884 18.04,26 16.5,26c-2.206,0 -4,1.794 -4,4s1.794,4 4,4c2.146,0 3.888,-1.702 3.982,-3.825c2.655,-1.151 4.647,-3.387 5.524,-6.073C26.692,24.655 27.552,25 28.5,25c1.859,0 3.411,-1.28 3.858,-3H35.5v2h6v-6h-6v2h-2.931c0.379,-3.019 2.444,-5.514 5.222,-6.518C38.383,14.955 39.818,16 41.5,16c2.206,0 4,-1.794 4,-4v-1H37.5zM19.5,22h-2v-2h2V22zM16.5,32c-1.103,0 -2,-0.897 -2,-2s0.897,-2 2,-2s2,0.897 2,2S17.603,32 16.5,32zM37.5,20h2v2h-2V20zM28.5,23c-1.103,0 -2,-0.897 -2,-2s0.897,-2 2,-2s2,0.897 2,2S29.603,23 28.5,23zM41.5,14c-0.723,0 -1.353,-0.389 -1.704,-0.964C40.028,13.015 40.262,13 40.5,13h2.731C42.886,13.597 42.239,14 41.5,14z"/>
3+
<path android:fillColor="#e9e9e0" android:pathData="M36.985,0 L7.963,0C7.155,0 6.5,0.655 6.5,1.926l0,37.074 43,0 0,-26.022c0,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0Z"/>
4+
<path android:fillColor="#e57603" 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"/>
5+
<path android:fillColor="#ffffff" android:pathData="m21.7655,53 l3.527,-10.063 1.627,0 3.501,10.063 -1.695,0 -0.725,-2.092 -3.787,0 -0.739,2.092 -1.709,0zM24.5955,49.801 L27.6035,49.801 26.1135,45.453 24.5955,49.801z"/>
6+
<path android:fillColor="#ffffff" android:pathData="m34.2345,53 l-1.668,0 0,-10.076 1.668,0 0,10.076z"/>
87
<path android:fillColor="#D9D7CA" android:pathData="M37.5,0.151l0,11.849l11.849,0z"/>
8+
<path android:fillColor="#e57603" android:pathData="m18.8464,13.1571c-1.0003,1.0886 -2.545,1.6124 -4.0691,1.204 -2.1832,-0.585 -3.4829,-2.8362 -2.8979,-5.0194 0.585,-2.1832 2.8362,-3.4829 5.0194,-2.8979 2.1238,0.5691 3.3965,2.7154 2.9265,4.8414 -0.9789,1.8719 0,0 -0.9789,1.8719zM16.3684,8.4232C15.2768,8.1307 14.1512,8.7806 13.8588,9.8722 13.5663,10.9638 14.2161,12.0893 15.3077,12.3818 16.3993,12.6743 17.5249,12.0245 17.8174,10.9329 18.1099,9.8413 17.46,8.7157 16.3684,8.4232ZM19.8081,11.3129c3.1465,0.9918 5.1869,3.132 6.2105,6.2652 0.7039,-0.5686 1.586,-0.9231 2.5594,-0.9231 1.9047,0 3.4948,1.3114 3.9528,3.0737l3.2192,0 0,-2.0491 6.1474,0 0,6.1474 -6.1474,0 0,-2.0491 -2.9928,0c0.3443,2.7284 2.0338,5.1003 4.4968,6.3144 0.6844,-1.3104 2.0409,-2.2161 3.6188,-2.2161 2.2602,0 4.0983,1.8381 4.0983,4.0983 0,2.2602 -1.8381,4.0983 -4.0983,4.0983 -2.1987,0 -3.9835,-1.7438 -4.0798,-3.919 -2.7202,-1.1793 -4.7612,-3.4702 -5.6597,-6.2222 -0.7029,0.5666 -1.584,0.9201 -2.5553,0.9201 -1.9047,0 -3.4948,-1.3115 -3.9528,-3.0737l-3.2192,0 0,2.0491 -6.1474,0 0,-6.1474 6.1474,0 0,2.0491 3.003,0c-0.3883,-3.0932 -2.7591,-5.5504 -5.6053,-6.579zM37.7991,21.7778 L39.8483,21.7778 39.8483,19.7287 37.7991,19.7287zM40.8728,32.0235c1.1301,0 2.0491,-0.919 2.0491,-2.0491 0,-1.1301 -0.919,-2.0491 -2.0491,-2.0491 -1.1301,0 -2.0491,0.919 -2.0491,2.0491 0,1.1301 0.919,2.0491 2.0491,2.0491zM19.3569,19.7287 L17.3077,19.7287 17.3077,21.7778 19.3569,21.7778zM28.578,22.8024c1.1301,0 2.0491,-0.919 2.0491,-2.0491 0,-1.1301 -0.919,-2.0491 -2.0491,-2.0491 -1.1301,0 -2.0491,0.919 -2.0491,2.0491 0,1.1301 0.919,2.0491 2.0491,2.0491z"/>
99
</vector>
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<vector android:height="24dp" android:viewportHeight="56"
22
android:viewportWidth="56" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3-
<path android:fillColor="#E9E9E0" android:pathData="M36.985,0H7.963C7.155,0 6.5,0.655 6.5,1.926V55c0,0.345 0.655,1 1.463,1h40.074c0.808,0 1.463,-0.655 1.463,-1V12.978c0,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0z"/>
3+
<path android:fillColor="#e9e9e0" android:pathData="M36.985,0 L7.963,0C7.155,0 6.5,0.655 6.5,1.926l0,37.074 43,0 0,-26.022c0,-0.696 -0.093,-0.92 -0.257,-1.085L37.607,0.257C37.442,0.093 37.218,0 36.985,0Z"/>
44
<path android:fillColor="#D9D7CA" android:pathData="M37.5,0.151l0,11.849l11.849,0z"/>
55
<path android:fillColor="#D75E72" android:pathData="M48.037,56H7.963C7.155,56 6.5,55.345 6.5,54.537V39h43v15.537C49.5,55.345 48.845,56 48.037,56z"/>
6-
<path android:fillColor="#FFFFFF" android:pathData="M16.361,53l3.527,-10.063h1.627L25.016,53H23.32l-0.725,-2.092h-3.787L18.07,53H16.361zM19.191,49.801h3.008l-1.49,-4.348L19.191,49.801z"/>
7-
<path android:fillColor="#FFFFFF" android:pathData="M29.828,53.055l-3.131,-10.131h1.873l2.338,8.695l2.475,-8.695h1.859l-3.281,10.131H29.828z"/>
8-
<path android:fillColor="#FFFFFF" android:pathData="M38.988,53H37.32V42.924h1.668V53z"/>
9-
<path android:fillColor="#C8BDB8" android:pathData="M23.5,28l0,-7.046l0,-6.954l11,7z"/>
6+
<path android:fillColor="#ffffff" android:pathData="m16.6865,53 l3.527,-10.063 1.627,0 3.501,10.063 -1.696,0 -0.725,-2.092 -3.787,0L18.3955,53 16.6865,53ZM19.5165,49.801 L22.5245,49.801 21.0345,45.453 19.5165,49.801z"/>
7+
<path android:fillColor="#ffffff" android:pathData="m30.1535,53.055 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"/>
8+
<path android:fillColor="#ffffff" android:pathData="m39.3135,53 l-1.668,0 0,-10.076 1.668,0 0,10.076z"/>
9+
<path android:fillColor="#d75e72" android:pathData="m24.3132,29.426c-0.153,0 -0.3051,-0.0378 -0.4433,-0.1134 -0.2949,-0.1622 -0.4784,-0.4719 -0.4784,-0.8083l0,-12.9038c0,-0.3364 0.1834,-0.6461 0.4784,-0.8083 0.2959,-0.1613 0.6544,-0.1493 0.9392,0.0304l10.1387,6.4519c0.2645,0.1696 0.4258,0.4627 0.4258,0.7779 0,0.3152 -0.1613,0.6083 -0.4267,0.7779L24.8082,29.2822c-0.1502,0.0949 -0.3226,0.1438 -0.495,0.1438z"/>
10+
<path android:fillColor="#d75e72" android:pathData="m28,35.8779c-7.6234,0 -13.8255,-6.2021 -13.8255,-13.8255 0,-7.6234 6.2021,-13.8255 13.8255,-13.8255 7.6234,0 13.8255,6.2021 13.8255,13.8255 0,7.6234 -6.2021,13.8255 -13.8255,13.8255zM28,10.4898c-6.6067,0 -11.5626,4.9559 -11.5626,11.5626 0,6.6067 4.9559,11.5626 11.5626,11.5626 6.6067,0 11.5626,-4.9559 11.5626,-11.5626 0,-6.6067 -4.9559,-11.5626 -11.5626,-11.5626z"/>
1011
</vector>

0 commit comments

Comments
 (0)