Skip to content

Commit

Permalink
replace
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed May 10, 2023
1 parent d31f466 commit c3b4989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/dev/res/drawable/launch_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<item
android:width="32dp"
android:height="51dp"
android:drawable="@drawable/ic_launcher_foreground"
android:drawable="@mipmap/ic_launcher"
android:gravity="center" />
</layer-list>

2 changes: 1 addition & 1 deletion android/app/src/main/res/drawable/launch_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<item
android:width="32dp"
android:height="51dp"
android:drawable="@drawable/ic_launcher_foreground"
android:drawable="@mipmap/ic_launcher"
android:gravity="center" />
</layer-list>

0 comments on commit c3b4989

Please sign in to comment.