Author: Adam <git@apiote.xyz>
taller bar in font, updates
app/build.gradle | 2 +- app/src/main/res/xml/locales_config.xml | 4 ++--
diff --git a/app/build.gradle b/app/build.gradle index 1e37849d7ca14ec40cf642d01b65f2cc51601391..38c18d116578de85dcf8952bc44b3db958c0012f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'com.google.openlocationcode:openlocationcode:1.0.4' implementation 'org.osmdroid:osmdroid-android:6.1.16' implementation 'org.yaml:snakeyaml:2.0' - implementation "androidx.activity:activity:1.7.1" + implementation 'androidx.activity:activity:1.7.2' implementation 'com.google.openlocationcode:openlocationcode:1.0.4' implementation project(path: ':fruchtfleisch') diff --git a/app/src/main/res/font/yellowcircle8.otf b/app/src/main/res/font/yellowcircle8.otf index d7fe02a6e3eb6c6c6eab115c4b1e60c0f36bb63a..31e8706da286d9575e653938bfd72b7fdba1676d 100644 Binary files a/app/src/main/res/font/yellowcircle8.otf and b/app/src/main/res/font/yellowcircle8.otf differ diff --git a/app/src/main/res/xml/locales_config.xml b/app/src/main/res/xml/locales_config.xml index 7e4a28e84cc47579cf3d23a7ecc9321b8922c6a9..5a77e406011dbc90df5a8abfa920fbb595a3080e 100644 --- a/app/src/main/res/xml/locales_config.xml +++ b/app/src/main/res/xml/locales_config.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <locale-config xmlns:android="http://schemas.android.com/apk/res/android"> -<locale android:name="en"/> -<locale android:name="pl"/> + <locale android:name="en" /> + <locale android:name="pl" /> </locale-config>