diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-06 09:09:09 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-06 09:09:09 +0100 |
| commit | 2b12e7f68c840214b33e772032aff90b8e47b9e0 (patch) | |
| tree | 99a28c6666677e3b450b646fce0e0c9b9ddf1127 /app/src/main/AndroidManifest.xml | |
| parent | 35835765585937cf373cbfbd9c6ccf7939969bac (diff) | |
muchos cambios, tieen room y arquitectura mvvm pero aun tiene errores
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 449cc20..aff3be9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,6 @@ <activity android:name=".presentation.activities.AuthActivity" android:exported="true" - android:label="@string/app_name" android:theme="@style/Theme.ProyectoAndroid"> <intent-filter> <action android:name="android.intent.action.MAIN" /> @@ -23,6 +22,11 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> + <activity + android:name=".presentation.activities.MainActivity" + android:exported="true" + android:theme="@style/Theme.ProyectoAndroid"> + </activity> </application> </manifest>
\ No newline at end of file |