forked from PrismLibrary/Prism-Samples-Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
splash screen fixes
- Loading branch information
Showing
170 changed files
with
285 additions
and
197 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 KB
01-HelloPrism/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.6 KB
01-HelloPrism/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.6 KB
01-HelloPrism/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.4 KB
01-HelloPrism/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions
11
01-HelloPrism/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
02-ServiceRegistration/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 KB
02-ServiceRegistration/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.6 KB
02-ServiceRegistration/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.6 KB
02-ServiceRegistration/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.4 KB
02-ServiceRegistration/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions
11
02-ServiceRegistration/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.6 KB
04-Commands/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.6 KB
04-Commands/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.4 KB
04-Commands/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions
11
04-Commands/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
07-DialogService/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 KB
07-DialogService/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.6 KB
07-DialogService/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.6 KB
07-DialogService/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.4 KB
07-DialogService/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions
11
07-DialogService/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
08-TabbedNavigation/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 KB
08-TabbedNavigation/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.6 KB
08-TabbedNavigation/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+51.6 KB
08-TabbedNavigation/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.4 KB
08-TabbedNavigation/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions
11
08-TabbedNavigation/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
09-MasterDetail/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
09-MasterDetail/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
09-MasterDetail/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
09-MasterDetail/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
09-MasterDetail/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
09-MasterDetail/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
11-ModuleDependency/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
11-ModuleDependency/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
11-ModuleDependency/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
11-ModuleDependency/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
11-ModuleDependency/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
11-ModuleDependency/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
12-ViewModelLocator/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
12-ViewModelLocator/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
12-ViewModelLocator/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
12-ViewModelLocator/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
12-ViewModelLocator/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
12-ViewModelLocator/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
...iewModelInitialization/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
...iewModelInitialization/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
...ewModelInitialization/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
...wModelInitialization/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
...ModelInitialization/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
13-ViewModelInitialization/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
14-EventToCommandBehavior/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
14-EventToCommandBehavior/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
...ventToCommandBehavior/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
...entToCommandBehavior/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
...ntToCommandBehavior/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
14-EventToCommandBehavior/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
15-PageBehaviorFactory/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
15-PageBehaviorFactory/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
15-PageBehaviorFactory/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
15-PageBehaviorFactory/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
15-PageBehaviorFactory/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
15-PageBehaviorFactory/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
16-PageLifecycleAware/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
16-PageLifecycleAware/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
16-PageLifecycleAware/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
16-PageLifecycleAware/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
16-PageLifecycleAware/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
16-PageLifecycleAware/src/PrismSample.Android/Resources/drawable/splash_screen.xml
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,11 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<layer-list xmlns:android="http:/schemas.android.com/apk/res/android"> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@color/launcher_background"/> | ||
<item> | ||
<color android:color="@color/launcher_background" /> | ||
</item> | ||
<item> | ||
<bitmap android:src="@mipmap/icon" | ||
android:tileMode="disabled" | ||
android:gravity="center" /> | ||
<bitmap android:gravity="center" | ||
android:src="@drawable/icon" /> | ||
</item> | ||
</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
Binary file added
BIN
+26 KB
17-XamlNavigation/src/PrismSample.Android/Resources/drawable-hdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
17-XamlNavigation/src/PrismSample.Android/Resources/drawable-mdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+31.6 KB
17-XamlNavigation/src/PrismSample.Android/Resources/drawable-xhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
17-XamlNavigation/src/PrismSample.Android/Resources/drawable-xxhdpi/icon.png
Oops, something went wrong.
Binary file added
BIN
+64.4 KB
17-XamlNavigation/src/PrismSample.Android/Resources/drawable-xxxhdpi/icon.png
Oops, something went wrong.
Oops, something went wrong.