Update icon

This commit is contained in:
Tim Kluge 2025-01-03 00:19:26 +01:00
parent a662cc6757
commit d3109e459c
9 changed files with 22 additions and 24 deletions

View File

@ -4,13 +4,13 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/wind"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat">
<activity
android:name="de.timklge.karooheadwind.MainActivity"
android:theme="@style/SplashTheme"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -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>

View File

@ -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>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#000000</color>
</resources>

View 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>

View File

@ -1,35 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<ExtensionInfo
displayName="@string/extension_name"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
id="karoo-headwind"
scansDevices="false">
<DataType
description="@string/headwind_description"
displayName="@string/headwind"
graphical="true"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="headwind" />
<DataType
description="@string/weather_description"
displayName="@string/weather"
graphical="true"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="weather" />
<DataType
description="@string/weather_forecast_description"
displayName="@string/weather_forecast"
graphical="true"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="weatherForecast" />
<DataType
description="@string/headwind_speed_description"
displayName="@string/headwind_speed"
graphical="false"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="headwindSpeed" />
<DataType
@ -50,21 +50,21 @@
description="@string/windSpeed_description"
displayName="@string/windSpeed"
graphical="false"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="windSpeed" />
<DataType
description="@string/windGusts_description"
displayName="@string/windGusts"
graphical="false"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="windGusts" />
<DataType
description="@string/windDirection_description"
displayName="@string/windDirection"
graphical="true"
icon="@drawable/ic_launcher"
icon="@drawable/wind"
typeId="windDirection" />
<DataType