-
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue found: Missing app icon in splash screen Your app does not show a 48x48dp app icon on a black background during app startup. For more information, see Branded launch. Existing splash screen does not pass automated checks Issue found: Play listing description Your play listing description doesn't mention tile or complication although it's included in your app.
- Loading branch information
Showing
10 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="rectangle"> | ||
<solid android:color="@android:color/black"/> | ||
</shape> | ||
<item android:width="48dp" | ||
android:height="48dp" | ||
android:gravity="center" | ||
android:drawable="@mipmap/ic_launcher"> | ||
</item> | ||
<item | ||
android:width="48dp" | ||
android:height="48dp" | ||
android:gravity="center"> | ||
<bitmap | ||
android:src="@drawable/ic_splash" | ||
android:gravity="fill_horizontal|fill_vertical"/> | ||
</item> | ||
</layer-list> | ||
</layer-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters