Nominatim

This commit is contained in:
Dimitris
2025-11-27 10:34:18 +01:00
parent ce382e304c
commit c79fd157e4
51 changed files with 827 additions and 285 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Places">
android:theme="@style/Theme.Navigation">
<meta-data
android:name="com.google.android.gms.car.application"
@@ -25,7 +25,7 @@
<activity
android:name="com.kouros.navigation.MainActivity"
android:exported="true"
android:theme="@style/Theme.Places">
android:theme="@style/Theme.Navigation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />