diff --git a/app/src/main/res/layout/fragment_admin.xml b/app/src/main/res/layout/fragment_admin.xml index 587f386..8efb98f 100644 --- a/app/src/main/res/layout/fragment_admin.xml +++ b/app/src/main/res/layout/fragment_admin.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/bg_color" - tools:context=".admin"> + tools:context=".ui.admin.AdminFragment"> - + app:layout_constraintVertical_bias="1" + app:layout_constraintLeft_toRightOf="@+id/guideline_left" + app:layout_constraintRight_toLeftOf="@+id/guideline_right"> - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="match_parent" + tools:listitem="@layout/item_employee" /> diff --git a/app/src/main/res/layout/item_employee.xml b/app/src/main/res/layout/item_employee.xml new file mode 100644 index 0000000..0ca1ffb --- /dev/null +++ b/app/src/main/res/layout/item_employee.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + +