Skip to content

Commit 046387e

Browse files
Use different name and icon for debug builds
1 parent 1ec40f7 commit 046387e

File tree

15 files changed

+95
-0
lines changed

15 files changed

+95
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ android {
123123
val environmentType = "app.fyreplace.fyreplace.protos.Environment"
124124

125125
debug {
126+
applicationIdSuffix = ".debug"
126127
buildConfigField(
127128
environmentType,
128129
"ENVIRONMENT_DEFAULT",
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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="1000"
6+
android:viewportHeight="1000">
7+
<group
8+
android:scaleX="0.75"
9+
android:scaleY="0.75"
10+
android:translateX="125"
11+
android:translateY="125">
12+
<path
13+
android:fillColor="#1F000000"
14+
android:pathData="M300,600l400,0l-15,-185l-150,-150l-50,150l-150,-150z" />
15+
<path android:pathData="M275,725l525,525l450,-470l-515,-515l-85,385z">
16+
<aapt:attr name="android:fillColor">
17+
<gradient
18+
android:endX="698.4"
19+
android:endY="1080.3"
20+
android:startX="9"
21+
android:startY="383.8"
22+
android:type="linear">
23+
<item
24+
android:color="#2F000000"
25+
android:offset="0" />
26+
<item
27+
android:color="#00000000"
28+
android:offset="1" />
29+
</gradient>
30+
</aapt:attr>
31+
</path>
32+
<path
33+
android:fillColor="#ffffff"
34+
android:pathData="M350,750Q250,750 250,650L250,300A50,50 0,0 1,350 300L350,450A50,50 0,0 0,450 450L450,300A50,50 0,0 1,550 300L550,450A50,50 0,0 0,650 450L650,300A50,50 0,0 1,750 300L750,650Q750,750 650,750Z" />
35+
<path
36+
android:fillColor="#DFBF3F"
37+
android:pathData="M250,550h500v100h-500z" />
38+
<path
39+
android:fillColor="#000000"
40+
android:pathData="M250,600l0,-50l50,0"
41+
android:strokeColor="#00000000" />
42+
<path
43+
android:fillColor="#000000"
44+
android:pathData="M300,650l100,-100l100,0l-100,100"
45+
android:strokeColor="#00000000" />
46+
<path
47+
android:fillColor="#000000"
48+
android:pathData="M500,650l100,-100l100,0l-100,100"
49+
android:strokeColor="#00000000" />
50+
<path
51+
android:fillColor="#000000"
52+
android:pathData="M700,650l50,-50l0,50"
53+
android:strokeColor="#00000000" />
54+
</group>
55+
</vector>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="108dp"
3+
android:height="108dp"
4+
android:viewportWidth="1000"
5+
android:viewportHeight="1000">
6+
<group
7+
android:scaleX="0.65"
8+
android:scaleY="0.65"
9+
android:translateX="175"
10+
android:translateY="175">
11+
<path
12+
android:fillColor="#ffffff"
13+
android:pathData="M350,750Q250,750 250,650L750,650Q750,750 650,750Z" />
14+
<path
15+
android:fillColor="#ffffff"
16+
android:pathData="M250,550L250,300A50,50 0,0 1,350 300L350,450A50,50 0,0 0,450 450L450,300A50,50 0,0 1,550 300L550,450A50,50 0,0 0,650 450L650,300A50,50 0,0 1,750 300L750,550Z" />
17+
<path
18+
android:fillColor="#ffffff"
19+
android:pathData="M250,600l0,-50l50,0"
20+
android:strokeColor="#00000000" />
21+
<path
22+
android:fillColor="#ffffff"
23+
android:pathData="M300,650l100,-100l100,0l-100,100"
24+
android:strokeColor="#00000000" />
25+
<path
26+
android:fillColor="#ffffff"
27+
android:pathData="M500,650l100,-100l100,0l-100,100"
28+
android:strokeColor="#00000000" />
29+
<path
30+
android:fillColor="#ffffff"
31+
android:pathData="M700,650l50,-50l0,50"
32+
android:strokeColor="#00000000" />
33+
</group>
34+
</vector>
1.87 KB
Binary file not shown.
Binary file not shown.
1.36 KB
Binary file not shown.
Binary file not shown.
2.51 KB
Binary file not shown.
Binary file not shown.
3.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)