diff options
| author | Kumar Priyansh <[email protected]> | 2018-09-09 08:19:27 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2018-09-09 08:19:27 +0530 |
| commit | 5ef465dab66d20100630bba6a42f47c243aa476a (patch) | |
| tree | d95a1f961888d451733c947e42e56f49271f04be /resources | |
| download | NewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.tar.xz NewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.zip | |
Files Upload via GIT
Diffstat (limited to 'resources')
53 files changed, 8 insertions, 0 deletions
diff --git a/resources/README.md b/resources/README.md new file mode 100644 index 0000000..46c696e --- /dev/null +++ b/resources/README.md @@ -0,0 +1,8 @@ +These are Cordova resources. You can replace icon.png and splash.png and run +`ionic cordova resources` to generate custom icons and splash screens for your +app. See `ionic cordova resources --help` for details. + +Cordova reference documentation: + +- Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html +- Splash Screens: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/ diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png Binary files differnew file mode 100644 index 0000000..b910093 --- /dev/null +++ b/resources/android/icon/drawable-hdpi-icon.png diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png Binary files differnew file mode 100644 index 0000000..16cd5db --- /dev/null +++ b/resources/android/icon/drawable-ldpi-icon.png diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png Binary files differnew file mode 100644 index 0000000..64a6cbc --- /dev/null +++ b/resources/android/icon/drawable-mdpi-icon.png diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png Binary files differnew file mode 100644 index 0000000..1605f69 --- /dev/null +++ b/resources/android/icon/drawable-xhdpi-icon.png diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png Binary files differnew file mode 100644 index 0000000..56fb29e --- /dev/null +++ b/resources/android/icon/drawable-xxhdpi-icon.png diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png Binary files differnew file mode 100644 index 0000000..e4a9152 --- /dev/null +++ b/resources/android/icon/drawable-xxxhdpi-icon.png diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png Binary files differnew file mode 100644 index 0000000..66b12fe --- /dev/null +++ b/resources/android/splash/drawable-land-hdpi-screen.png diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png Binary files differnew file mode 100644 index 0000000..7dceec7 --- /dev/null +++ b/resources/android/splash/drawable-land-ldpi-screen.png diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png Binary files differnew file mode 100644 index 0000000..0dc2ba7 --- /dev/null +++ b/resources/android/splash/drawable-land-mdpi-screen.png diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png Binary files differnew file mode 100644 index 0000000..39ae00c --- /dev/null +++ b/resources/android/splash/drawable-land-xhdpi-screen.png diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png Binary files differnew file mode 100644 index 0000000..3f591b1 --- /dev/null +++ b/resources/android/splash/drawable-land-xxhdpi-screen.png diff --git a/resources/android/splash/drawable-land-xxxhdpi-screen.png b/resources/android/splash/drawable-land-xxxhdpi-screen.png Binary files differnew file mode 100644 index 0000000..253e6f1 --- /dev/null +++ b/resources/android/splash/drawable-land-xxxhdpi-screen.png diff --git a/resources/android/splash/drawable-port-hdpi-screen.png b/resources/android/splash/drawable-port-hdpi-screen.png Binary files differnew file mode 100644 index 0000000..e0dbb62 --- /dev/null +++ b/resources/android/splash/drawable-port-hdpi-screen.png diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png Binary files differnew file mode 100644 index 0000000..8e93c2d --- /dev/null +++ b/resources/android/splash/drawable-port-ldpi-screen.png diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png Binary files differnew file mode 100644 index 0000000..0aaad62 --- /dev/null +++ b/resources/android/splash/drawable-port-mdpi-screen.png diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png Binary files differnew file mode 100644 index 0000000..64c27f8 --- /dev/null +++ b/resources/android/splash/drawable-port-xhdpi-screen.png diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png Binary files differnew file mode 100644 index 0000000..f605e6a --- /dev/null +++ b/resources/android/splash/drawable-port-xxhdpi-screen.png diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png Binary files differnew file mode 100644 index 0000000..2b993cf --- /dev/null +++ b/resources/android/splash/drawable-port-xxxhdpi-screen.png diff --git a/resources/icon.png b/resources/icon.png Binary files differnew file mode 100644 index 0000000..bee7766 --- /dev/null +++ b/resources/icon.png diff --git a/resources/ios/icon/icon-1024.png b/resources/ios/icon/icon-1024.png Binary files differnew file mode 100644 index 0000000..bee7766 --- /dev/null +++ b/resources/ios/icon/icon-1024.png diff --git a/resources/ios/icon/icon-40.png b/resources/ios/icon/icon-40.png Binary files differnew file mode 100644 index 0000000..76cc53c --- /dev/null +++ b/resources/ios/icon/icon-40.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..64b4906 --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..9f8c8f0 --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/icon-50.png b/resources/ios/icon/icon-50.png Binary files differnew file mode 100644 index 0000000..8bd51df --- /dev/null +++ b/resources/ios/icon/icon-50.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..2676f8f --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/icon-60.png b/resources/ios/icon/icon-60.png Binary files differnew file mode 100644 index 0000000..11f3912 --- /dev/null +++ b/resources/ios/icon/icon-60.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..b521048 --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..dbc8303 --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/icon-72.png b/resources/ios/icon/icon-72.png Binary files differnew file mode 100644 index 0000000..4e5a827 --- /dev/null +++ b/resources/ios/icon/icon-72.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..56fb29e --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/icon-76.png b/resources/ios/icon/icon-76.png Binary files differnew file mode 100644 index 0000000..e66a90e --- /dev/null +++ b/resources/ios/icon/icon-76.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..3f5c942 --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..2b367cb --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/icon-small.png b/resources/ios/icon/icon-small.png Binary files differnew file mode 100644 index 0000000..de3146d --- /dev/null +++ b/resources/ios/icon/icon-small.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..916a02e --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..0efa99d --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/icon/icon.png b/resources/ios/icon/icon.png Binary files differnew file mode 100644 index 0000000..89f8c00 --- /dev/null +++ b/resources/ios/icon/icon.png diff --git a/resources/ios/icon/[email protected] b/resources/ios/icon/[email protected] Binary files differnew file mode 100644 index 0000000..a6687a1 --- /dev/null +++ b/resources/ios/icon/[email protected] diff --git a/resources/ios/splash/Default-568h@2x~iphone.png b/resources/ios/splash/Default-568h@2x~iphone.png Binary files differnew file mode 100644 index 0000000..d2128a6 --- /dev/null +++ b/resources/ios/splash/Default-568h@2x~iphone.png diff --git a/resources/ios/splash/Default-667h.png b/resources/ios/splash/Default-667h.png Binary files differnew file mode 100644 index 0000000..fc23e64 --- /dev/null +++ b/resources/ios/splash/Default-667h.png diff --git a/resources/ios/splash/Default-736h.png b/resources/ios/splash/Default-736h.png Binary files differnew file mode 100644 index 0000000..71b16ca --- /dev/null +++ b/resources/ios/splash/Default-736h.png diff --git a/resources/ios/splash/Default-Landscape-736h.png b/resources/ios/splash/Default-Landscape-736h.png Binary files differnew file mode 100644 index 0000000..aaff74a --- /dev/null +++ b/resources/ios/splash/Default-Landscape-736h.png diff --git a/resources/ios/splash/Default-Landscape@2x~ipad.png b/resources/ios/splash/Default-Landscape@2x~ipad.png Binary files differnew file mode 100644 index 0000000..19770a2 --- /dev/null +++ b/resources/ios/splash/Default-Landscape@2x~ipad.png diff --git a/resources/ios/splash/Default-Landscape@~ipadpro.png b/resources/ios/splash/Default-Landscape@~ipadpro.png Binary files differnew file mode 100644 index 0000000..6438232 --- /dev/null +++ b/resources/ios/splash/Default-Landscape@~ipadpro.png diff --git a/resources/ios/splash/Default-Landscape~ipad.png b/resources/ios/splash/Default-Landscape~ipad.png Binary files differnew file mode 100644 index 0000000..6fe8925 --- /dev/null +++ b/resources/ios/splash/Default-Landscape~ipad.png diff --git a/resources/ios/splash/Default-Portrait@2x~ipad.png b/resources/ios/splash/Default-Portrait@2x~ipad.png Binary files differnew file mode 100644 index 0000000..3d06d86 --- /dev/null +++ b/resources/ios/splash/Default-Portrait@2x~ipad.png diff --git a/resources/ios/splash/Default-Portrait@~ipadpro.png b/resources/ios/splash/Default-Portrait@~ipadpro.png Binary files differnew file mode 100644 index 0000000..a370419 --- /dev/null +++ b/resources/ios/splash/Default-Portrait@~ipadpro.png diff --git a/resources/ios/splash/Default-Portrait~ipad.png b/resources/ios/splash/Default-Portrait~ipad.png Binary files differnew file mode 100644 index 0000000..53ad4c4 --- /dev/null +++ b/resources/ios/splash/Default-Portrait~ipad.png diff --git a/resources/ios/splash/Default@2x~iphone.png b/resources/ios/splash/Default@2x~iphone.png Binary files differnew file mode 100644 index 0000000..6a13316 --- /dev/null +++ b/resources/ios/splash/Default@2x~iphone.png diff --git a/resources/ios/splash/Default@2x~universal~anyany.png b/resources/ios/splash/Default@2x~universal~anyany.png Binary files differnew file mode 100644 index 0000000..960cb82 --- /dev/null +++ b/resources/ios/splash/Default@2x~universal~anyany.png diff --git a/resources/ios/splash/Default~iphone.png b/resources/ios/splash/Default~iphone.png Binary files differnew file mode 100644 index 0000000..0aaad62 --- /dev/null +++ b/resources/ios/splash/Default~iphone.png diff --git a/resources/splash.png b/resources/splash.png Binary files differnew file mode 100644 index 0000000..960cb82 --- /dev/null +++ b/resources/splash.png |
