Move all icons to base module and remove unused icons

This commit is contained in:
MM20 2021-12-06 21:48:01 +01:00
parent 1d03435d82
commit 2edc96bc84
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
144 changed files with 3 additions and 1230 deletions

View File

@ -1,10 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M14.35,17.95c-0.28,0.89 -1.01,1.62 -1.9,1.9c-1.51,0.48 -2.94,-0.23 -3.59,-1.42C8.51,17.78 9.03,17 9.77,17h0.01c0.34,0 0.68,0.16 0.84,0.46c0.17,0.32 0.5,0.54 0.89,0.54c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1H3c-0.55,0 -1,-0.45 -1,-1v0c0,-0.55 0.45,-1 1,-1h8.5C13.46,14 15,15.9 14.35,17.95zM18.91,5.67c-0.29,-1.26 -1.32,-2.29 -2.58,-2.58c-1.76,-0.4 -3.37,0.53 -4.02,1.98C12,5.74 12.48,6.5 13.21,6.5h0c0.39,0 0.75,-0.22 0.9,-0.57C14.34,5.38 14.87,5 15.5,5C16.33,5 17,5.67 17,6.5S16.33,8 15.5,8H3C2.45,8 2,8.45 2,9v0c0,0.55 0.45,1 1,1h12.5C17.7,10 19.43,7.96 18.91,5.67zM18.4,11L3,11c-0.55,0 -1,0.45 -1,1v0c0,0.55 0.45,1 1,1h15.5c0.83,0 1.5,0.67 1.5,1.5c0,0.63 -0.38,1.16 -0.93,1.39c-0.36,0.15 -0.57,0.51 -0.57,0.9v0c0,0.73 0.76,1.21 1.43,0.91c1.43,-0.64 2.35,-2.21 2,-3.93C21.59,12.13 20.07,11 18.4,11z"/>
</vector>

View File

@ -33,7 +33,7 @@ class AppInstallation(
override fun getPlaceholderIcon(context: Context): LauncherIcon {
return LauncherIcon(
foreground = ContextCompat.getDrawable(context, R.drawable.ic_app_placeholder)!!,
foreground = ContextCompat.getDrawable(context, R.drawable.ic_file_android)!!,
background = ColorDrawable(ContextCompat.getColor(context, R.color.grey)),
foregroundScale = 0.5f)
}

View File

@ -74,7 +74,7 @@ class AppShortcut(
override fun getPlaceholderIcon(context: Context): LauncherIcon {
return LauncherIcon(
foreground = ContextCompat.getDrawable(context, R.drawable.ic_app_placeholder)!!,
foreground = ContextCompat.getDrawable(context, R.drawable.ic_file_android)!!,
background = ColorDrawable(ContextCompat.getColor(context, R.color.green)),
foregroundScale = 0.5f)
}

View File

@ -39,7 +39,7 @@ abstract class Application(
override fun getPlaceholderIcon(context: Context): LauncherIcon {
return LauncherIcon(
foreground = ContextCompat.getDrawable(context, R.drawable.ic_app_placeholder)!!,
foreground = ContextCompat.getDrawable(context, R.drawable.ic_file_android)!!,
background = ColorDrawable(ContextCompat.getColor(context, R.color.lightgreen)),
foregroundScale = 0.5f
)

View File

@ -1,5 +0,0 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M6,18c0,0.55 0.45,1 1,1h1v3.5c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5L11,19h2v3.5c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5L16,19h1c0.55,0 1,-0.45 1,-1L18,8L6,8v10zM3.5,8C2.67,8 2,8.67 2,9.5v7c0,0.83 0.67,1.5 1.5,1.5S5,17.33 5,16.5v-7C5,8.67 4.33,8 3.5,8zM20.5,8c-0.83,0 -1.5,0.67 -1.5,1.5v7c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5v-7c0,-0.83 -0.67,-1.5 -1.5,-1.5zM15.53,2.16l1.3,-1.3c0.2,-0.2 0.2,-0.51 0,-0.71 -0.2,-0.2 -0.51,-0.2 -0.71,0l-1.48,1.48C13.85,1.23 12.95,1 12,1c-0.96,0 -1.86,0.23 -2.66,0.63L7.85,0.15c-0.2,-0.2 -0.51,-0.2 -0.71,0 -0.2,0.2 -0.2,0.51 0,0.71l1.31,1.31C6.97,3.26 6,5.01 6,7h12c0,-1.99 -0.97,-3.75 -2.47,-4.84zM10,5L9,5L9,4h1v1zM15,5h-1L14,4h1v1z"/>
</vector>

View File

@ -1,54 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M4,4h16v16h-16z"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#ffc107"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M0.6863,12l11.3137,-11.3137l11.3137,11.3137l-11.3137,11.3137z"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#ffb300"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M12,12m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#fdd835"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="m15.3361,19.9905c0,-0.0108 4.6434,-4.6542 4.6542,-4.6542 0.0046,0 0.0083,1.0491 0.0083,2.3312l0,2.3312 -2.3312,0c-1.2822,0 -2.3312,-0.0037 -2.3312,-0.0083z"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#000000"
android:strokeColor="#00000000"
android:fillAlpha="0.15686275"/>
<path
android:pathData="m21.4207,15.8042c-0.3506,-1.7737 -1.913,-3.1092 -3.7898,-3.1092 -1.4902,0 -2.7844,0.8456 -3.4289,2.078 -1.552,0.1702 -2.7586,1.4798 -2.7586,3.0783a3.0938,3.0938 0,0 0,3.0938 3.0938h6.7031a2.5781,2.5781 0,0 0,2.5781 -2.5781c0,-1.3613 -1.057,-2.4647 -2.3977,-2.5627z"
android:strokeAlpha="1"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:fillType="evenOdd"
android:fillAlpha="1"
android:strokeLineCap="butt"/>
<path
android:pathData="M10.6082,5.9605C10.2576,4.1867 8.6952,2.8513 6.8184,2.8513 5.3282,2.8513 4.034,3.6969 3.3895,4.9292 1.8374,5.0994 0.6309,6.4091 0.6309,8.0075a3.0938,3.0938 0,0 0,3.0938 3.0938h6.7031a2.5781,2.5781 0,0 0,2.5781 -2.5781c0,-1.3613 -1.057,-2.4647 -2.3977,-2.5627z"
android:strokeAlpha="1"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#f9f9f9"
android:strokeColor="#00000000"
android:fillType="evenOdd"
android:fillAlpha="1"
android:strokeLineCap="butt"/>
</vector>

View File

@ -1,75 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M11.8718,12.125m-9.7058,0a9.7058,9.7058 0,1 1,19.4115 0a9.7058,9.7058 0,1 1,-19.4115 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#e0e0e0"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M16.8098,14.8494m-0.9933,0a0.9933,0.9933 0,1 1,1.9866 0a0.9933,0.9933 0,1 1,-1.9866 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#757575"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M9.9769,6.7045m-1.1919,0a1.1919,1.1919 0,1 1,2.3839 0a1.1919,1.1919 0,1 1,-2.3839 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#fafafa"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M15.9281,9.2371m-1.4376,0a1.4376,1.4376 0,1 1,2.8752 0a1.4376,1.4376 0,1 1,-2.8752 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#fafafa"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M11.4177,16.5805m-0.9933,0a0.9933,0.9933 0,1 1,1.9866 0a0.9933,0.9933 0,1 1,-1.9866 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#fafafa"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M11.0847,11.5981m-1.0936,0a1.0936,1.0936 0,1 1,2.1872 0a1.0936,1.0936 0,1 1,-2.1872 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#757575"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M6.3946,14.2534m-1.3055,0a1.3055,1.3055 0,1 1,2.6109 0a1.3055,1.3055 0,1 1,-2.6109 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#757575"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M21.0711,15.4217C20.7205,13.648 19.1581,12.3125 17.2813,12.3125c-1.4902,0 -2.7844,0.8456 -3.4289,2.078 -1.552,0.1702 -2.7586,1.4798 -2.7586,3.0783a3.0938,3.0938 0,0 0,3.0938 3.0938h6.7031a2.5781,2.5781 0,0 0,2.5781 -2.5781c0,-1.3613 -1.057,-2.4647 -2.3977,-2.5627z"
android:strokeAlpha="1"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:fillType="evenOdd"
android:fillAlpha="1"
android:strokeLineCap="butt"/>
<path
android:pathData="M10.2586,5.578C9.908,3.8042 8.3456,2.4688 6.4688,2.4688 4.9786,2.4688 3.6844,3.3144 3.0398,4.5467 1.4878,4.7169 0.2813,6.0266 0.2813,7.625A3.0938,3.0938 0,0 0,3.375 10.7188h6.7031A2.5781,2.5781 0,0 0,12.6563 8.1406c0,-1.3613 -1.057,-2.4647 -2.3977,-2.5627z"
android:strokeAlpha="1"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#f9f9f9"
android:strokeColor="#00000000"
android:fillType="evenOdd"
android:fillAlpha="1"
android:strokeLineCap="butt"/>
</vector>

View File

@ -1,27 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M4,4h16v16h-16z"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#ffc107"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M0.6863,12l11.3137,-11.3137l11.3137,11.3137l-11.3137,11.3137z"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#ffb300"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
<path
android:pathData="M12,12m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
android:strokeAlpha="1"
android:strokeWidth="0.69999999"
android:fillColor="#fdd835"
android:strokeColor="#00000000"
android:fillAlpha="1"/>
</vector>

Some files were not shown because too many files have changed in this diff Show More