1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-04-22 19:02:16 +00:00

misc: Updated logo assets

This commit is contained in:
Florian Bouillon 2022-07-26 20:48:18 +02:00
parent 80e614b988
commit 3aa0861b1f
Signed by: Florian Bouillon
GPG Key ID: 0A288052C94BD2C8
8 changed files with 11 additions and 9 deletions

BIN
.github/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -1,4 +1,4 @@
# ![App Icon](./app/src/main/ic_launcher-playstore.png) Open Health
# ![App Icon](./.github/logo.png) Open Health
Your privacy-friendly FOSS Health Application

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/logo_background_color"/>
<background android:drawable="@drawable/vector_logo_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
</adaptive-icon>

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512"
android:tint="#FFFFFF">
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#FF000000"/>
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#FF000000"/>
</vector>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/logo_background_color"/>
<background android:drawable="@drawable/vector_logo_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
</adaptive-icon>

View File

@ -13,7 +13,7 @@
</style>
<style name="Theme.OpenHealth.SplashScreen" parent="Theme.OpenHealth.NoActionBar">
<item name="android:windowBackground">@drawable/splash_screen</item>
<item name="android:windowBackground">@drawable/layer_list_splash_screen</item>
</style>
</resources>