forked from avral/golos-ui
-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.xml
37 lines (33 loc) · 2.11 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version='1.0' encoding='utf-8'?>
<widget id="gls.blogs" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>GOLOS Блоги</name>
<description>Мобильное приложение Блогов на блокчейне Golos.</description>
<content src="/" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="android">
<icon src="res/icon-ldpi.png" density="ldpi" />
<icon src="res/icon-mdpi.png" density="mdpi" />
<icon src="res/icon-hdpi.png" density="hdpi" />
<icon src="res/icon-xhdpi.png" density="xhdpi" />
<icon src="res/icon-xxhdpi.png" density="xxhdpi" />
<icon src="res/icon-xxxhdpi.png" density="xxxhdpi" />
<splash src="res/screen/android/splash-ldpi.png" density="ldpi" />
<splash src="res/screen/android/splash-mdpi.png" density="mdpi" />
<splash src="res/screen/android/splash-hdpi.png" density="hdpi" />
<splash src="res/screen/android/splash-xhdpi.png" density="xhdpi" />
<splash src="res/screen/android/splash-xxhdpi.png" density="xxhdpi" />
<splash src="res/screen/android/splash-xxxhdpi.png" density="xxxhdpi" />
<splash src="res/screen/android/land/splash-land-ldpi.png" density="land-ldpi" />
<splash src="res/screen/android/land/splash-land-mdpi.png" density="land-mdpi" />
<splash src="res/screen/android/land/splash-land-hdpi.png" density="land-hdpi" />
<splash src="res/screen/android/land/splash-land-xhdpi.png" density="land-xhdpi" />
<splash src="res/screen/android/land/splash-land-xxhdpi.png" density="land-xxhdpi" />
<splash src="res/screen/android/land/splash-land-xxxhdpi.png" density="land-xxxhdpi" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="SplashScreenSpinnerColor" value="#37a5ff" />
<resource-file src="res/blg_setting.png" target="app/src/main/res/drawable/blg_setting.png" />
</platform>
</widget>