Skip to content

Commit 54a2881

Browse files
committed
remove background
1 parent fc98110 commit 54a2881

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:viewportWidth="256"
6+
android:viewportHeight="256">
7+
<group android:scaleX="0.3"
8+
android:scaleY="0.3"
9+
android:translateX="89.6"
10+
android:translateY="89.6">
11+
<path
12+
android:pathData="M250.09,13.49C251.39,10.51 251.11,7.08 249.33,4.36C247.55,1.64 244.52,0 241.27,0L228.81,0C226.08,0 223.61,1.62 222.51,4.11C211.54,29.1 153.63,160.99 134.29,205.04C133.2,207.54 130.73,209.15 128,209.15C125.27,209.15 122.8,207.54 121.7,205.04C102.36,160.99 44.46,29.1 33.49,4.11C32.39,1.62 29.92,0 27.19,0L14.73,0C11.48,0 8.45,1.64 6.67,4.36C4.89,7.08 4.61,10.51 5.91,13.49C26.64,60.8 95.56,218.1 109.63,250.24C111.17,253.74 114.63,256 118.45,256L137.55,256C141.37,256 144.83,253.74 146.36,250.24C160.44,218.1 229.36,60.8 250.09,13.49Z"
13+
android:fillColor="?android:attr/textColorPrimary"/>
14+
<path
15+
android:pathData="M135.14,123.87C133.67,126.43 130.94,128 128,128C125.05,128 122.33,126.43 120.85,123.87C105.89,97.97 71.44,38.28 56.48,12.37C55,9.82 55,6.68 56.48,4.12C57.95,1.57 60.68,-0 63.62,-0L192.37,-0C195.32,-0 198.04,1.57 199.52,4.12C200.99,6.68 200.99,9.82 199.52,12.37C184.56,38.28 150.1,97.97 135.14,123.87Z">
16+
<aapt:attr name="android:fillColor">
17+
<gradient
18+
android:startX="128"
19+
android:startY="-0"
20+
android:endX="128"
21+
android:endY="254.6"
22+
android:type="linear">
23+
<item android:offset="0" android:color="#FFF04E98"/>
24+
<item android:offset="0.5" android:color="#FF5F65D4"/>
25+
<item android:offset="1" android:color="#FF4E98F0"/>
26+
</gradient>
27+
</aapt:attr>
28+
</path>
29+
</group>
30+
</vector>

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<style name="Theme.ReVancedManager" parent="Theme.SplashScreen">
4-
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
4+
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_splash_screen</item>
55
<item name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
66
<item name="android:windowActionBar">false</item>
77
<item name="android:windowNoTitle">true</item>

0 commit comments

Comments
 (0)