diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:57:52 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:57:52 +0000 |
| commit | b78bdb5c8b858fdab3abd9b759fce6519c8ad5b0 (patch) | |
| tree | 9437212548711fd7197cf41aa13b0ed51cdacb44 /android-app/app/src/main/AndroidManifest.xml | |
| parent | dde00c0f8e4571b6253a8c65598e1de7d905e742 (diff) | |
refactor: rename app from AndroidApp to nav
Diffstat (limited to 'android-app/app/src/main/AndroidManifest.xml')
| -rw-r--r-- | android-app/app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android-app/app/src/main/AndroidManifest.xml b/android-app/app/src/main/AndroidManifest.xml index 7c2c02d..a5ef711 100644 --- a/android-app/app/src/main/AndroidManifest.xml +++ b/android-app/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AndroidApp"> + android:theme="@style/Theme.Nav"> <service android:name=".LocationService" android:foregroundServiceType="location" /> |
