mirror of
https://github.com/a-mayb3/KanbanCloneAndroid.git
synced 2026-03-21 18:15:38 +01:00
Moved Activities to ui package
This commit is contained in:
parent
23dba7e1d0
commit
49a0e83e3e
3 changed files with 25 additions and 15 deletions
|
|
@ -5,7 +5,7 @@
|
|||
android:id="@+id/main"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.campusaula.edbole.kanban_clone_android.LoginActivity">
|
||||
tools:context="com.campusaula.edbole.kanban_clone_android.ui.LoginActivity">
|
||||
|
||||
<EditText
|
||||
android:layout_width="350dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue