Skip to content

Commit bdbcd60

Browse files
committed
Update logo and icon
1 parent cdca44c commit bdbcd60

Some content is hidden

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

48 files changed

+18
-2
lines changed

Art/icon2.psd

454 KB

Art/logo2.psd

4.7 MB

app/src/main/play_store_512.png

42.1 KB

app/src/main/res/drawable/logo.png

96.5 KB

app/src/main/res/layout/moddedpe_nmod_banner_item.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
android:layout_height="wrap_content"
1111
android:layout_centerInParent="true"
1212
android:adjustViewBounds="true"
13-
android:src="@drawable/splash_screen_logo" />
13+
android:maxWidth="512dp"
14+
android:src="@drawable/logo" />
1415

1516
<RelativeLayout
1617
android:layout_width="wrap_content"

app/src/main/res/layout/moddedpe_splashes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<androidx.appcompat.widget.AppCompatImageView
99
android:layout_width="wrap_content"
1010
android:layout_height="wrap_content"
11-
android:src="@drawable/splash_screen_logo" />
11+
android:layout_centerInParent="true"
12+
android:adjustViewBounds="true"
13+
android:maxWidth="512dp"
14+
android:src="@drawable/logo" />
1215

1316
</androidx.appcompat.widget.LinearLayoutCompat>
1417

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
6+
</adaptive-icon>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_round_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_round_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_round_monochrome"/>
6+
</adaptive-icon>
1.8 KB
852 Bytes

0 commit comments

Comments
 (0)