Login Feature

This commit is contained in:
mohamedkaif356
2023-07-07 16:07:58 +05:30
parent 0c063583ca
commit e1e8e4ebb2
12 changed files with 97 additions and 340 deletions

View File

@@ -32,4 +32,9 @@
android:id="@+id/mainActivity"
android:name="com.example.hpostesting.presentation.MainActivity"
android:label="MainActivity" />
<fragment
android:id="@+id/loginFragment"
android:name="com.example.hpostesting.presentation.dashboard.ui.LoginFragment"
android:label="fragment_login"
tools:layout="@layout/fragment_login" />
</navigation>