Update icon
This commit is contained in:
parent
a662cc6757
commit
d3109e459c
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@drawable/wind"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.AppCompat">
|
android:theme="@style/Theme.AppCompat">
|
||||||
<activity
|
<activity
|
||||||
android:name="de.timklge.karooheadwind.MainActivity"
|
android:name="de.timklge.karooheadwind.MainActivity"
|
||||||
|
android:theme="@style/SplashTheme"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
6
app/src/main/res/drawable/launch_background.xml
Normal file
6
app/src/main/res/drawable/launch_background.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item>
|
||||||
|
<color android:color="#FFFFFF" />
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
||||||
BIN
app/src/main/res/drawable/wind.png
Normal file
BIN
app/src/main/res/drawable/wind.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
||||||
</adaptive-icon>
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
||||||
</adaptive-icon>
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<color name="ic_launcher_background">#000000</color>
|
|
||||||
</resources>
|
|
||||||
6
app/src/main/res/values/styles.xml
Normal file
6
app/src/main/res/values/styles.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||||
|
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
||||||
@ -1,35 +1,35 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ExtensionInfo
|
<ExtensionInfo
|
||||||
displayName="@string/extension_name"
|
displayName="@string/extension_name"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
id="karoo-headwind"
|
id="karoo-headwind"
|
||||||
scansDevices="false">
|
scansDevices="false">
|
||||||
<DataType
|
<DataType
|
||||||
description="@string/headwind_description"
|
description="@string/headwind_description"
|
||||||
displayName="@string/headwind"
|
displayName="@string/headwind"
|
||||||
graphical="true"
|
graphical="true"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="headwind" />
|
typeId="headwind" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
description="@string/weather_description"
|
description="@string/weather_description"
|
||||||
displayName="@string/weather"
|
displayName="@string/weather"
|
||||||
graphical="true"
|
graphical="true"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="weather" />
|
typeId="weather" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
description="@string/weather_forecast_description"
|
description="@string/weather_forecast_description"
|
||||||
displayName="@string/weather_forecast"
|
displayName="@string/weather_forecast"
|
||||||
graphical="true"
|
graphical="true"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="weatherForecast" />
|
typeId="weatherForecast" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
description="@string/headwind_speed_description"
|
description="@string/headwind_speed_description"
|
||||||
displayName="@string/headwind_speed"
|
displayName="@string/headwind_speed"
|
||||||
graphical="false"
|
graphical="false"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="headwindSpeed" />
|
typeId="headwindSpeed" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
@ -50,21 +50,21 @@
|
|||||||
description="@string/windSpeed_description"
|
description="@string/windSpeed_description"
|
||||||
displayName="@string/windSpeed"
|
displayName="@string/windSpeed"
|
||||||
graphical="false"
|
graphical="false"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="windSpeed" />
|
typeId="windSpeed" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
description="@string/windGusts_description"
|
description="@string/windGusts_description"
|
||||||
displayName="@string/windGusts"
|
displayName="@string/windGusts"
|
||||||
graphical="false"
|
graphical="false"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="windGusts" />
|
typeId="windGusts" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
description="@string/windDirection_description"
|
description="@string/windDirection_description"
|
||||||
displayName="@string/windDirection"
|
displayName="@string/windDirection"
|
||||||
graphical="true"
|
graphical="true"
|
||||||
icon="@drawable/ic_launcher"
|
icon="@drawable/wind"
|
||||||
typeId="windDirection" />
|
typeId="windDirection" />
|
||||||
|
|
||||||
<DataType
|
<DataType
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user