Create login module

This commit is contained in:
Benoit Marty 2022-10-07 17:31:27 +02:00
parent 69968199f8
commit 383be4802c
13 changed files with 224 additions and 37 deletions

View file

@ -11,12 +11,10 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.ElementX"
tools:targetApi="31">
tools:targetApi="33">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.ElementX">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />