Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
b2105f2d
Commit
b2105f2d
authored
Jun 02, 2018
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimize drawables
parent
4126f3bd
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
100 additions
and
155 deletions
+100
-155
OnBootIntentService.java
...va/com/topjohnwu/magisk/services/OnBootIntentService.java
+1
-1
ShowUI.java
src/full/java/com/topjohnwu/magisk/utils/ShowUI.java
+3
-3
logo.png
src/full/res/drawable-nodpi/logo.png
+0
-0
ic_magisk.xml
src/full/res/drawable/ic_magisk.xml
+0
-27
ic_magisk_outline.xml
src/full/res/drawable/ic_magisk_outline.xml
+27
-0
ic_splash_activity.xml
src/full/res/drawable/ic_splash_activity.xml
+6
-4
activity_about.xml
src/full/res/layout/activity_about.xml
+2
-2
fragment_magisk.xml
src/full/res/layout/fragment_magisk.xml
+1
-1
drawer.xml
src/full/res/menu/drawer.xml
+1
-1
ic_launcher-web.png
src/main/ic_launcher-web.png
+0
-0
ic_launcher.xml
src/main/res/drawable-v26/ic_launcher.xml
+3
-1
ic_launcher.xml
src/main/res/drawable/ic_launcher.xml
+13
-30
ic_launcher_foreground.xml
src/main/res/drawable/ic_launcher_foreground.xml
+0
-85
ic_logo.xml
src/main/res/drawable/ic_logo.xml
+13
-0
ic_magisk.xml
src/main/res/drawable/ic_magisk.xml
+30
-0
No files found.
src/full/java/com/topjohnwu/magisk/services/OnBootIntentService.java
View file @
b2105f2d
...
...
@@ -24,7 +24,7 @@ public class OnBootIntentService extends IntentService {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
O
)
{
NotificationCompat
.
Builder
builder
=
new
NotificationCompat
.
Builder
(
this
,
Const
.
ID
.
NOTIFICATION_CHANNEL
);
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
)
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
_outline
)
.
setContentTitle
(
"onBoot"
)
.
setContentText
(
"Running onBoot operations..."
);
startForeground
(
Const
.
ID
.
ONBOOT_NOTIFICATION_ID
,
builder
.
build
());
...
...
src/full/java/com/topjohnwu/magisk/utils/ShowUI.java
View file @
b2105f2d
...
...
@@ -47,7 +47,7 @@ public class ShowUI {
PendingIntent
.
FLAG_UPDATE_CURRENT
);
NotificationCompat
.
Builder
builder
=
new
NotificationCompat
.
Builder
(
mm
,
Const
.
ID
.
NOTIFICATION_CHANNEL
);
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
)
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
_outline
)
.
setContentTitle
(
mm
.
getString
(
R
.
string
.
magisk_update_title
))
.
setContentText
(
mm
.
getString
(
R
.
string
.
magisk_update_available
,
mm
.
remoteMagiskVersionString
))
.
setVibrate
(
new
long
[]{
0
,
100
,
100
,
100
})
...
...
@@ -71,7 +71,7 @@ public class ShowUI {
Const
.
ID
.
APK_UPDATE_NOTIFICATION_ID
,
intent
,
PendingIntent
.
FLAG_UPDATE_CURRENT
);
NotificationCompat
.
Builder
builder
=
new
NotificationCompat
.
Builder
(
mm
,
Const
.
ID
.
NOTIFICATION_CHANNEL
);
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
)
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
_outline
)
.
setContentTitle
(
mm
.
getString
(
R
.
string
.
manager_update_title
))
.
setContentText
(
mm
.
getString
(
R
.
string
.
manager_download_install
))
.
setVibrate
(
new
long
[]{
0
,
100
,
100
,
100
})
...
...
@@ -91,7 +91,7 @@ public class ShowUI {
Const
.
ID
.
DTBO_NOTIFICATION_ID
,
intent
,
PendingIntent
.
FLAG_UPDATE_CURRENT
);
NotificationCompat
.
Builder
builder
=
new
NotificationCompat
.
Builder
(
mm
,
Const
.
ID
.
NOTIFICATION_CHANNEL
);
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
)
builder
.
setSmallIcon
(
R
.
drawable
.
ic_magisk
_outline
)
.
setContentTitle
(
mm
.
getString
(
R
.
string
.
dtbo_patched_title
))
.
setContentText
(
mm
.
getString
(
R
.
string
.
dtbo_patched_reboot
))
.
setVibrate
(
new
long
[]{
0
,
100
,
100
,
100
})
...
...
src/full/res/drawable-nodpi/logo.png
0 → 100644
View file @
b2105f2d
This diff was suppressed by a .gitattributes entry.
src/full/res/drawable/ic_magisk.xml
deleted
100644 → 0
View file @
4126f3bd
<vector
android:height=
"24dp"
android:viewportHeight=
"2230.0"
android:viewportWidth=
"2230.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M416,565"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1014,935c-238.9,170.6 -487.1,149.8 -601,-221 -20.2,-65.8 -63.9,478 186,584 74.2,31.5 34.8,-78.8 167,-179C840.5,1062.5 1060.7,901.7 1014,935Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M982,1370c-64.6,63.2 -78.9,85.3 -162,158 -119.8,104.9 -241,-42 -223,-12 107.9,179.8 389.1,481.3 376,406 -26,-148.8 -46,-225 -28,-364C957.8,1458.7 1003.8,1348.7 982,1370Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1252,1359c64.6,63.2 78.9,85.3 162,158 119.8,104.9 241,-42 223,-12 -107.9,179.8 -389.1,481.3 -376,406 26,-148.8 46,-225 28,-364C1276.2,1447.7 1230.2,1337.7 1252,1359Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1073,1422"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M782,1665"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M899,1281"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M946,884c-36.8,-163.5 -422.2,-66 -524,-325 -22.7,-57.7 30.6,415.1 319,427C880.7,991.8 953.2,916.1 946,884Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M983,799C813.2,659.7 722.9,478 576,279c-27.7,-37.5 124,-128 184,-134S870.3,359.4 876,489C881.2,607.4 1005.8,817.7 983,799Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M983,953l62,70"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M445,825"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M964,812S807.2,727.8 673,691C547.6,656.6 453.5,572.2 443,483c-7.8,-66.4 97,-192 97,-192s73.5,204 170,306C815,708 775.1,693 964,812Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1081,1055c26,10.2 14.6,-538.8 26.6,-685.8S1030,132 997,105s-96.1,-6.4 -172,19c85.9,58.9 129,129 141,225C948,570.9 1067,679 1081,1055Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M980.3,1120.8c-131.5,37.9 -182.5,220.5 -315.2,243.1 -27.4,4.7 -58.3,12.9 -94.3,11.2 -67.3,-3.2 -152.4,-41.3 -266.1,-202.6 -33.6,-47.7 83.4,307.1 377,311.5 215,3.2 240.1,-210.5 383.4,-217 51.7,-2.3 55,-101 55,-101S1058.2,1098.4 980.3,1120.8Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1258.7,1121.8c131.5,37.9 182.5,220.5 315.2,243.1 27.4,4.7 58.3,12.9 94.3,11.2 67.3,-3.2 152.4,-41.3 266.1,-202.6 33.6,-47.7 -83.4,307.1 -377,311.5 -215,3.2 -240.1,-210.5 -383.4,-217 -51.7,-2.3 -55,-101 -55,-101S1180.8,1099.4 1258.7,1121.8Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M512,1317"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1224,935c238.9,170.6 487.1,149.8 601,-221 20.2,-65.8 63.9,478 -186,584 -74.2,31.5 -34.8,-78.8 -167,-179C1397.5,1062.5 1177.3,901.7 1224,935Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1223.1,1362c6.4,-8.8 -23.6,56.9 -3,245 25.1,228.8 -118.7,583 -118.7,583s-105.4,-353.5 -84.8,-576c16.5,-177.5 3,-258 3,-258S1112.6,1514.7 1223.1,1362Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1292,884c36.8,-163.5 422.2,-66 524,-325 22.7,-57.7 -30.6,415.1 -319,427C1357.3,991.8 1284.8,916.1 1292,884Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1255,799c169.8,-139.3 260.1,-321 407,-520 27.7,-37.5 -124,-128 -184,-134s-110.3,214.4 -116,344C1356.8,607.4 1232.2,817.7 1255,799Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1255,953l-62,70"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1274,812s156.8,-84.3 291,-121c125.4,-34.4 219.5,-118.8 230,-208 7.8,-66.4 -97,-192 -97,-192s-73.6,204 -170,306C1423,708 1462.9,693 1274,812Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M1157,1055c-26,10.2 -14.6,-538.8 -26.6,-685.8S1208,132 1241,105s96.1,-6.4 172,19c-85.9,58.9 -129,129 -141,225C1290,570.9 1171,679 1157,1055Z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M749,1800"
/>
</vector>
src/full/res/drawable/ic_magisk_outline.xml
0 → 100644
View file @
b2105f2d
<vector
android:height=
"24dp"
android:viewportHeight=
"2230.0"
android:viewportWidth=
"2230.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M416,565"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1014,935c-238.9,170.6 -487.1,149.8 -601,-221 -20.2,-65.8 -63.9,478 186,584 74.2,31.5 34.8,-78.8 167,-179C840.5,1062.5 1060.7,901.7 1014,935Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M982,1370c-64.6,63.2 -78.9,85.3 -162,158 -119.8,104.9 -241,-42 -223,-12 107.9,179.8 389.1,481.3 376,406 -26,-148.8 -46,-225 -28,-364C957.8,1458.7 1003.8,1348.7 982,1370Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1252,1359c64.6,63.2 78.9,85.3 162,158 119.8,104.9 241,-42 223,-12 -107.9,179.8 -389.1,481.3 -376,406 26,-148.8 46,-225 28,-364C1276.2,1447.7 1230.2,1337.7 1252,1359Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1073,1422"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M782,1665"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M899,1281"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M946,884c-36.8,-163.5 -422.2,-66 -524,-325 -22.7,-57.7 30.6,415.1 319,427C880.7,991.8 953.2,916.1 946,884Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M983,799C813.2,659.7 722.9,478 576,279c-27.7,-37.5 124,-128 184,-134S870.3,359.4 876,489C881.2,607.4 1005.8,817.7 983,799Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M983,953l62,70"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M445,825"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M964,812S807.2,727.8 673,691C547.6,656.6 453.5,572.2 443,483c-7.8,-66.4 97,-192 97,-192s73.5,204 170,306C815,708 775.1,693 964,812Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1081,1055c26,10.2 14.6,-538.8 26.6,-685.8S1030,132 997,105s-96.1,-6.4 -172,19c85.9,58.9 129,129 141,225C948,570.9 1067,679 1081,1055Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M980.3,1120.8c-131.5,37.9 -182.5,220.5 -315.2,243.1 -27.4,4.7 -58.3,12.9 -94.3,11.2 -67.3,-3.2 -152.4,-41.3 -266.1,-202.6 -33.6,-47.7 83.4,307.1 377,311.5 215,3.2 240.1,-210.5 383.4,-217 51.7,-2.3 55,-101 55,-101S1058.2,1098.4 980.3,1120.8Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1258.7,1121.8c131.5,37.9 182.5,220.5 315.2,243.1 27.4,4.7 58.3,12.9 94.3,11.2 67.3,-3.2 152.4,-41.3 266.1,-202.6 33.6,-47.7 -83.4,307.1 -377,311.5 -215,3.2 -240.1,-210.5 -383.4,-217 -51.7,-2.3 -55,-101 -55,-101S1180.8,1099.4 1258.7,1121.8Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M512,1317"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1224,935c238.9,170.6 487.1,149.8 601,-221 20.2,-65.8 63.9,478 -186,584 -74.2,31.5 -34.8,-78.8 -167,-179C1397.5,1062.5 1177.3,901.7 1224,935Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1223.1,1362c6.4,-8.8 -23.6,56.9 -3,245 25.1,228.8 -118.7,583 -118.7,583s-105.4,-353.5 -84.8,-576c16.5,-177.5 3,-258 3,-258S1112.6,1514.7 1223.1,1362Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1292,884c36.8,-163.5 422.2,-66 524,-325 22.7,-57.7 -30.6,415.1 -319,427C1357.3,991.8 1284.8,916.1 1292,884Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1255,799c169.8,-139.3 260.1,-321 407,-520 27.7,-37.5 -124,-128 -184,-134s-110.3,214.4 -116,344C1356.8,607.4 1232.2,817.7 1255,799Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1255,953l-62,70"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1274,812s156.8,-84.3 291,-121c125.4,-34.4 219.5,-118.8 230,-208 7.8,-66.4 -97,-192 -97,-192s-73.6,204 -170,306C1423,708 1462.9,693 1274,812Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1157,1055c-26,10.2 -14.6,-538.8 -26.6,-685.8S1208,132 1241,105s96.1,-6.4 172,19c-85.9,58.9 -129,129 -141,225C1290,570.9 1171,679 1157,1055Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M749,1800"
/>
</vector>
src/full/res/drawable/ic_splash_activity.xml
View file @
b2105f2d
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@color/
primary"
/>
<item
android:drawable=
"@color/
ic_launcher_background"
/>
<item
android:drawable=
"@drawable/ic_launcher_foreground"
android:gravity=
"center"
/>
<item>
<bitmap
android:src=
"@drawable/logo"
android:gravity=
"center"
/>
</item>
</layer-list>
\ No newline at end of file
src/full/res/layout/activity_about.xml
View file @
b2105f2d
...
...
@@ -39,10 +39,10 @@
android:padding=
"16dp"
>
<ImageView
android:layout_width=
"
wrap_content
"
android:layout_width=
"
72dp
"
android:layout_height=
"match_parent"
android:layout_gravity=
"center_vertical"
android:src=
"@drawable/ic_l
auncher
"
/>
android:src=
"@drawable/ic_l
ogo
"
/>
<TextView
android:layout_width=
"wrap_content"
...
...
src/full/res/layout/fragment_magisk.xml
View file @
b2105f2d
...
...
@@ -305,7 +305,7 @@
android:layout_alignParentStart=
"true"
android:layout_centerVertical=
"true"
android:layout_marginEnd=
"5dp"
app:srcCompat=
"@drawable/ic_l
auncher
"
/>
app:srcCompat=
"@drawable/ic_l
ogo
"
/>
<TextView
android:id=
"@+id/install_text"
...
...
src/full/res/menu/drawer.xml
View file @
b2105f2d
...
...
@@ -7,7 +7,7 @@
<item
android:id=
"@+id/magisk"
android:icon=
"@drawable/ic_magisk"
android:icon=
"@drawable/ic_magisk
_outline
"
android:title=
"@string/magisk"
/>
<item
...
...
src/main/ic_launcher-web.png
deleted
100644 → 0
View file @
4126f3bd
This diff was suppressed by a .gitattributes entry.
src/main/res/drawable-v26/ic_launcher.xml
View file @
b2105f2d
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<background
android:drawable=
"@color/ic_launcher_background"
/>
<foreground
android:drawable=
"@drawable/ic_launcher_foreground"
/>
<foreground>
<inset
android:drawable=
"@drawable/ic_magisk"
android:inset=
"18dp"
/>
</foreground>
</adaptive-icon>
\ No newline at end of file
src/main/res/drawable/ic_launcher.xml
View file @
b2105f2d
<vector
android:height=
"24dp"
android:viewportHeight=
"2728"
android:viewportWidth=
"2728"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#00af9c"
android:pathData=
"M131,1382c0,683.73 554.27,1238 1238,1238c683.73,0 1238,-554.27 1238,-1238c0,-683.73 -554.27,-1238 -1238,-1238c-683.73,0 -1238,554.27 -1238,1238z"
/>
<path
android:fillColor=
"#c3afe5"
android:pathData=
"M665,874"
android:strokeColor=
"#626262"
android:strokeWidth=
"3"
/>
<path
android:fillColor=
"#fbbcc9"
android:pathData=
"M1263,1244c-238.89,170.55 -487.08,149.81 -601,-221c-20.2,-65.75 -63.91,478.03 186,584c74.21,31.47 34.79,-78.81 167,-179c74.51,-56.47 294.65,-217.3 248,-184z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1231,1679c-64.62,63.18 -78.89,85.27 -162,158c-119.84,104.88 -240.99,-41.97 -223,-12c107.87,179.75 389.12,481.26 376,406c-25.95,-148.82 -45.95,-224.96 -28,-364c12.83,-99.35 58.79,-209.31 37,-188z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1538,1856c17.95,139.04 -2.05,215.18 -28,364c-13.12,75.26 268.13,-226.25 376,-406c17.99,-29.97 -103.16,116.88 -223,12c-83.11,-72.73 -97.38,-94.82 -162,-158c-21.79,-21.31 24.17,88.65 37,188z"
/>
<path
android:fillColor=
"#ff6e40"
android:pathData=
"M1322,1731"
/>
<path
android:fillColor=
"#3747a9"
android:pathData=
"M1031,1974"
/>
<path
android:fillColor=
"#f9e398"
android:pathData=
"M1148,1590"
/>
<path
android:fillColor=
"#3747a9"
android:pathData=
"M1195,1193c-36.83,-163.46 -422.21,-66.03 -524,-325c-22.67,-57.68 30.6,415.09 319,427c139.73,5.77 212.23,-69.93 205,-102z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1125,798c-5.67,-129.61 -56,-350 -116,-344c-60,6 -211.71,96.48 -184,134c146.93,198.95 237.17,380.71 407,520c22.83,18.73 -101.82,-191.64 -107,-310z"
/>
<path
android:fillColor=
"#e4007e"
android:pathData=
"M1294,1332l-62,-70"
/>
<path
android:fillColor=
"#e4007e"
android:pathData=
"M694,1134"
/>
<path
android:fillColor=
"#ff6e40"
android:pathData=
"M959,906c-96.45,-101.96 -170,-306 -170,-306c0,0 -104.81,125.55 -97,192c10.49,89.2 104.55,173.65 230,208c134.2,36.75 291,121 291,121c-188.93,-118.97 -149,-104 -254,-215z"
/>
<path
android:fillColor=
"#ffb327"
android:pathData=
"M1330,1364c25.97,10.16 14.63,-538.83 26.63,-685.79c11.99,-146.95 -77.65,-237.22 -110.63,-264.21c-32.98,-26.99 -96.1,-6.39 -172,19c85.89,58.92 129.01,129.03 141,225c-17.99,221.93 101.03,329.96 115,706z"
/>
<path
android:fillColor=
"#303030"
android:pathData=
"M1229.3,1429.82c-131.49,37.89 -182.49,220.53 -315.22,243.1c-27.44,4.67 -58.33,12.9 -94.33,11.18c-67.3,-3.23 -152.43,-41.28 -266.15,-202.58c-33.63,-47.7 83.43,307.15 376.97,311.46c215,3.16 240.12,-210.49 383.43,-216.97c51.74,-2.34 55,-101 55,-101c0,0 -61.76,-67.64 -139.7,-45.18z"
/>
<path
android:fillColor=
"#303030"
android:pathData=
"M1507.7,1430.82c131.49,37.89 182.49,220.53 315.22,243.1c27.44,4.67 58.33,12.9 94.33,11.18c67.3,-3.23 152.43,-41.28 266.15,-202.58c33.63,-47.7 -83.43,307.15 -376.97,311.46c-215,3.16 -240.12,-210.49 -383.43,-216.97c-51.74,-2.34 -55,-101 -55,-101c0,0 61.76,-67.64 139.7,-45.18z"
/>
<path
android:fillColor=
"#ffb327"
android:pathData=
"M761,1626"
/>
<path
android:fillColor=
"#fbbcc9"
android:pathData=
"M1721,1428c132.21,100.19 92.79,210.47 167,179c249.91,-105.97 206.2,-649.75 186,-584c-113.92,370.81 -362.11,391.55 -601,221c-46.65,-33.3 173.49,127.53 248,184z"
/>
<path
android:fillColor=
"#303030"
android:pathData=
"M1268.62,1665c0,0 13.53,80.48 -2.95,258c-20.66,222.54 84.78,576 84.78,576c0,0 143.79,-354.19 118.7,-583c-20.63,-188.07 9.34,-253.83 2.95,-245c-110.47,152.65 -203.48,-6 -203.48,-6z"
/>
<path
android:fillColor=
"#3747a9"
android:pathData=
"M1746,1295c288.4,-11.91 341.67,-484.68 319,-427c-101.79,258.97 -487.17,161.54 -524,325c-7.23,32.07 65.27,107.77 205,102z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1504,1108c169.83,-139.29 260.07,-321.05 407,-520c27.71,-37.52 -124,-128 -184,-134c-60,-6 -110.33,214.39 -116,344c-5.18,118.36 -129.83,328.73 -107,310z"
/>
<path
android:fillColor=
"#e4007e"
android:pathData=
"M1504,1262l-62,70"
/>
<path
android:fillColor=
"#ff6e40"
android:pathData=
"M1523,1121c0,0 156.8,-84.25 291,-121c125.45,-34.35 219.51,-118.8 230,-208c7.81,-66.45 -97,-192 -97,-192c0,0 -73.55,204.04 -170,306c-105,111 -65.07,96.03 -254,215z"
/>
<path
android:fillColor=
"#ffb327"
android:pathData=
"M1521,658c11.99,-95.97 55.11,-166.08 141,-225c-75.9,-25.39 -139.02,-45.99 -172,-19c-32.98,26.99 -122.62,117.26 -110.63,264.21c11.99,146.95 0.66,695.94 26.63,685.79c13.97,-376.04 132.99,-484.07 115,-706z"
/>
<path
android:fillColor=
"#00000000"
android:pathData=
"M998,2109"
android:strokeColor=
"#626262"
android:strokeWidth=
"3"
/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item>
<shape
android:shape=
"oval"
>
<solid
android:color=
"@color/ic_launcher_background"
/>
</shape>
</item>
<item
android:drawable=
"@drawable/ic_magisk"
android:left=
"4dp"
android:right=
"4dp"
android:top=
"4dp"
android:bottom=
"4dp"
/>
</layer-list>
\ No newline at end of file
src/main/res/drawable/ic_launcher_foreground.xml
deleted
100644 → 0
View file @
4126f3bd
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"512dp"
android:height=
"512dp"
android:viewportWidth=
"3842.2534"
android:viewportHeight=
"3842.2534"
>
<group
android:translateX=
"557.1268"
android:translateY=
"557.1268"
>
<path
android:pathData=
"M665,874"
android:strokeColor=
"#626262"
android:fillColor=
"#c3afe5"
android:strokeWidth=
"3"
/>
<path
android:pathData=
"M1263,1244c-238.9,170.6 -487.1,149.8 -601,-221c-20.2,-65.8 -63.9,478 186,584c74.2,31.5 34.8,-78.8 167,-179c74.5,-56.5 294.6,-217.3 248,-184z"
android:fillColor=
"#fbbcc9"
/>
<path
android:pathData=
"M1231,1679c-64.6,63.2 -78.9,85.3 -162,158c-119.8,104.9 -241,-42 -223,-12c107.9,179.8 389.1,481.3 376,406c-26,-148.8 -46,-225 -28,-364c12.8,-99.3 58.8,-209.3 37,-188z"
android:fillColor=
"#ffffff"
/>
<path
android:pathData=
"M1538,1856c18,139 -2,215.2 -28,364c-13.1,75.3 268.1,-226.3 376,-406c18,-30 -103.2,116.9 -223,12c-83.1,-72.7 -97.4,-94.8 -162,-158c-21.8,-21.3 24.2,88.7 37,188z"
android:fillColor=
"#ffffff"
/>
<path
android:pathData=
"M1322,1731"
android:fillColor=
"#ff6e40"
/>
<path
android:pathData=
"M1031,1974"
android:fillColor=
"#3747a9"
/>
<path
android:pathData=
"M1148,1590"
android:fillColor=
"#f9e398"
/>
<path
android:pathData=
"M1195,1193c-36.8,-163.5 -422.2,-66 -524,-325c-22.7,-57.7 30.6,415.1 319,427c139.7,5.8 212.2,-69.9 205,-102z"
android:fillColor=
"#3747a9"
/>
<path
android:pathData=
"M1125,798c-5.7,-129.6 -56,-350 -116,-344c-60,6 -211.7,96.5 -184,134c146.9,198.9 237.2,380.7 407,520c22.8,18.7 -101.8,-191.6 -107,-310z"
android:fillColor=
"#ffffff"
/>
<path
android:pathData=
"M1294,1332l-62,-70"
android:fillColor=
"#e4007e"
/>
<path
android:pathData=
"M694,1134"
android:fillColor=
"#e4007e"
/>
<path
android:pathData=
"M959,906c-96.4,-102 -170,-306 -170,-306c0,0 -104.8,125.6 -97,192c10.5,89.2 104.6,173.6 230,208c134.2,36.8 291,121 291,121c-188.9,-119 -149,-104 -254,-215z"
android:fillColor=
"#ff6e40"
/>
<path
android:pathData=
"M1330,1364c26,10.2 14.6,-538.8 26.6,-685.8c12,-146.9 -77.7,-237.2 -110.6,-264.2c-33,-27 -96.1,-6.4 -172,19c85.9,58.9 129,129 141,225c-18,221.9 101,330 115,706z"
android:fillColor=
"#ffb327"
/>
<path
android:pathData=
"M1229.3,1429.8c-131.5,37.9 -182.5,220.5 -315.2,243.1c-27.4,4.7 -58.3,12.9 -94.3,11.2c-67.3,-3.2 -152.4,-41.3 -266.1,-202.6c-33.6,-47.7 83.4,307.1 377,311.5c215,3.2 240.1,-210.5 383.4,-217c51.7,-2.3 55,-101 55,-101c0,0 -61.8,-67.6 -139.7,-45.2z"
android:fillColor=
"#303030"
/>
<path
android:pathData=
"M1507.7,1430.8c131.5,37.9 182.5,220.5 315.2,243.1c27.4,4.7 58.3,12.9 94.3,11.2c67.3,-3.2 152.4,-41.3 266.1,-202.6c33.6,-47.7 -83.4,307.1 -377,311.5c-215,3.2 -240.1,-210.5 -383.4,-217c-51.7,-2.3 -55,-101 -55,-101c0,0 61.8,-67.6 139.7,-45.2z"
android:fillColor=
"#303030"
/>
<path
android:pathData=
"M761,1626"
android:fillColor=
"#ffb327"
/>
<path
android:pathData=
"M1721,1428c132.2,100.2 92.8,210.5 167,179c249.9,-106 206.2,-649.8 186,-584c-113.9,370.8 -362.1,391.5 -601,221c-46.7,-33.3 173.5,127.5 248,184z"
android:fillColor=
"#fbbcc9"
/>
<path
android:pathData=
"M1268.6,1665c0,0 13.5,80.5 -3,258c-20.7,222.5 84.8,576 84.8,576c0,0 143.8,-354.2 118.7,-583c-20.6,-188.1 9.3,-253.8 3,-245c-110.5,152.6 -203.5,-6 -203.5,-6z"
android:fillColor=
"#303030"
/>
<path
android:pathData=
"M1746,1295c288.4,-11.9 341.7,-484.7 319,-427c-101.8,259 -487.2,161.5 -524,325c-7.2,32.1 65.3,107.8 205,102z"
android:fillColor=
"#3747a9"
/>
<path
android:pathData=
"M1504,1108c169.8,-139.3 260.1,-321 407,-520c27.7,-37.5 -124,-128 -184,-134c-60,-6 -110.3,214.4 -116,344c-5.2,118.4 -129.8,328.7 -107,310z"
android:fillColor=
"#ffffff"
/>
<path
android:pathData=
"M1504,1262l-62,70"
android:fillColor=
"#e4007e"
/>
<path
android:pathData=
"M1523,1121c0,0 156.8,-84.3 291,-121c125.4,-34.3 219.5,-118.8 230,-208c7.8,-66.4 -97,-192 -97,-192c0,0 -73.6,204 -170,306c-105,111 -65.1,96 -254,215z"
android:fillColor=
"#ff6e40"
/>
<path
android:pathData=
"M1521,658c12,-96 55.1,-166.1 141,-225c-75.9,-25.4 -139,-46 -172,-19c-33,27 -122.6,117.3 -110.6,264.2c12,146.9 0.7,695.9 26.6,685.8c14,-376 133,-484.1 115,-706z"
android:fillColor=
"#ffb327"
/>
<path
android:pathData=
"M998,2109"
android:strokeColor=
"#626262"
android:fillColor=
"#00000000"
android:strokeWidth=
"3"
/>
</group>
</vector>
src/main/res/drawable/ic_logo.xml
0 → 100644
View file @
b2105f2d
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item>
<shape
android:shape=
"oval"
>
<solid
android:color=
"@color/ic_launcher_background"
/>
</shape>
</item>
<item
android:drawable=
"@drawable/ic_magisk"
android:left=
"18dp"
android:right=
"18dp"
android:top=
"18dp"
android:bottom=
"18dp"
/>
</layer-list>
\ No newline at end of file
src/main/res/drawable/ic_magisk.xml
0 → 100644
View file @
b2105f2d
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:height=
"180dp"
android:width=
"180dp"
android:viewportHeight=
"2159"
android:viewportWidth=
"2159"
>
<path
android:fillColor=
"#c3afe5"
android:pathData=
"M380,519"
android:strokeColor=
"#626262"
android:strokeWidth=
"3"
/>
<path
android:fillColor=
"#fbbcc9"
android:pathData=
"M978,889c-238.89,170.55 -487.08,149.81 -601,-221c-20.2,-65.75 -63.91,478.03 186,584c74.21,31.47 34.79,-78.81 167,-179c74.51,-56.47 294.65,-217.3 248,-184z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M946,1324c-64.62,63.18 -78.89,85.27 -162,158c-119.84,104.88 -240.99,-41.97 -223,-12c107.87,179.75 389.12,481.26 376,406c-25.95,-148.82 -45.95,-224.96 -28,-364c12.83,-99.35 58.79,-209.31 37,-188z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1253,1501c17.95,139.04 -2.05,215.18 -28,364c-13.12,75.26 268.13,-226.25 376,-406c17.99,-29.97 -103.16,116.88 -223,12c-83.11,-72.73 -97.38,-94.82 -162,-158c-21.79,-21.31 24.17,88.65 37,188z"
/>
<path
android:fillColor=
"#ff6e40"
android:pathData=
"M1037,1376"
/>
<path
android:fillColor=
"#3747a9"
android:pathData=
"M746,1619"
/>
<path
android:fillColor=
"#f9e398"
android:pathData=
"M863,1235"
/>
<path
android:fillColor=
"#3747a9"
android:pathData=
"M910,838c-36.83,-163.46 -422.21,-66.03 -524,-325c-22.67,-57.68 30.6,415.09 319,427c139.73,5.77 212.23,-69.93 205,-102z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M840,443c-5.67,-129.61 -56,-350 -116,-344c-60,6 -211.71,96.48 -184,134c146.93,198.95 237.17,380.71 407,520c22.83,18.73 -101.82,-191.64 -107,-310z"
/>
<path
android:fillColor=
"#e4007e"
android:pathData=
"M1009,977l-62,-70"
/>
<path
android:fillColor=
"#e4007e"
android:pathData=
"M409,779"
/>
<path
android:fillColor=
"#ff6e40"
android:pathData=
"M674,551c-96.45,-101.96 -170,-306 -170,-306c0,0 -104.81,125.55 -97,192c10.49,89.2 104.55,173.65 230,208c134.2,36.75 291,121 291,121c-188.93,-118.97 -149,-104 -254,-215z"
/>
<path
android:fillColor=
"#ffb327"
android:pathData=
"M1045,1009c25.97,10.16 14.63,-538.83 26.63,-685.79c11.99,-146.95 -77.65,-237.22 -110.63,-264.21c-32.98,-26.99 -96.1,-6.39 -172,19c85.89,58.92 129.01,129.03 141,225c-17.99,221.93 101.03,329.96 115,706z"
/>
<path
android:fillColor=
"#303030"
android:pathData=
"M944.3,1074.82c-131.49,37.89 -182.49,220.53 -315.22,243.1c-27.44,4.67 -58.33,12.9 -94.33,11.18c-67.3,-3.23 -152.43,-41.28 -266.15,-202.58c-33.63,-47.7 83.43,307.15 376.97,311.46c215,3.16 240.12,-210.49 383.43,-216.97c51.74,-2.34 55,-101 55,-101c0,0 -61.76,-67.64 -139.7,-45.18z"
/>
<path
android:fillColor=
"#303030"
android:pathData=
"M1222.7,1075.82c131.49,37.89 182.49,220.53 315.22,243.1c27.44,4.67 58.33,12.9 94.33,11.18c67.3,-3.23 152.43,-41.28 266.15,-202.58c33.63,-47.7 -83.43,307.15 -376.97,311.46c-215,3.16 -240.12,-210.49 -383.43,-216.97c-51.74,-2.34 -55,-101 -55,-101c0,0 61.76,-67.64 139.7,-45.18z"
/>
<path
android:fillColor=
"#ffb327"
android:pathData=
"M476,1271"
/>
<path
android:fillColor=
"#fbbcc9"
android:pathData=
"M1436,1073c132.21,100.19 92.79,210.47 167,179c249.91,-105.97 206.2,-649.75 186,-584c-113.92,370.81 -362.11,391.55 -601,221c-46.65,-33.3 173.49,127.53 248,184z"
/>
<path
android:fillColor=
"#303030"
android:pathData=
"M983.62,1310c0,0 13.53,80.48 -2.95,258c-20.66,222.54 84.78,576 84.78,576c0,0 143.79,-354.19 118.7,-583c-20.63,-188.07 9.34,-253.83 2.95,-245c-110.47,152.65 -203.48,-6 -203.48,-6z"
/>
<path
android:fillColor=
"#3747a9"
android:pathData=
"M1461,940c288.4,-11.91 341.67,-484.68 319,-427c-101.79,258.97 -487.17,161.54 -524,325c-7.23,32.07 65.27,107.77 205,102z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M1219,753c169.83,-139.29 260.07,-321.05 407,-520c27.71,-37.52 -124,-128 -184,-134c-60,-6 -110.33,214.39 -116,344c-5.18,118.36 -129.83,328.73 -107,310z"
/>
<path
android:fillColor=
"#e4007e"
android:pathData=
"M1219,907l-62,70"
/>
<path
android:fillColor=
"#ff6e40"
android:pathData=
"M1238,766c0,0 156.8,-84.25 291,-121c125.45,-34.35 219.51,-118.8 230,-208c7.81,-66.45 -97,-192 -97,-192c0,0 -73.55,204.04 -170,306c-105,111 -65.07,96.03 -254,215z"
/>
<path
android:fillColor=
"#ffb327"
android:pathData=
"M1236,303c11.99,-95.97 55.11,-166.08 141,-225c-75.9,-25.39 -139.02,-45.99 -172,-19c-32.98,26.99 -122.62,117.26 -110.63,264.21c11.99,146.95 0.66,695.94 26.63,685.79c13.97,-376.04 132.99,-484.07 115,-706z"
/>
<path
android:fillColor=
"#00000000"
android:pathData=
"M713,1754"
android:strokeColor=
"#626262"
android:strokeWidth=
"3"
/>
</vector>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment