diff --git a/FoodifyServer/app/src/main/java/com/waterbase/foodifyServer/TrackingOrder.java b/FoodifyServer/app/src/main/java/com/waterbase/foodifyServer/TrackingOrder.java
index e1a5028..ad78c40 100644
--- a/FoodifyServer/app/src/main/java/com/waterbase/foodifyServer/TrackingOrder.java
+++ b/FoodifyServer/app/src/main/java/com/waterbase/foodifyServer/TrackingOrder.java
@@ -4,7 +4,6 @@ import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.core.app.ActivityCompat;
import androidx.fragment.app.FragmentActivity;
-import androidx.loader.content.AsyncTaskLoader;
import android.Manifest;
import android.app.ProgressDialog;
diff --git a/FoodifyServer/app/src/main/res/layout/add_new_food_layout.xml b/FoodifyServer/app/src/main/res/layout/add_new_food_layout.xml
index e333257..72d40a3 100644
--- a/FoodifyServer/app/src/main/res/layout/add_new_food_layout.xml
+++ b/FoodifyServer/app/src/main/res/layout/add_new_food_layout.xml
@@ -3,124 +3,125 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- app:cardElevation="4dp"
- >
+ app:cardElevation="4dp">
-
-
-
-
-
-
-
-
-
+ android:layout_height="match_parent">
+ android:layout_height="wrap_content"
+ android:layout_margin="20dp"
+ android:orientation="vertical">
-
+ android:layout_marginTop="20dp"
+ android:backgroundTint="#CCCCCC"
+ android:drawablePadding="13dp"
+ android:hint="Tên món ăn"
+ android:inputType="text"
+ android:textColor="@color/black"
+ android:textColorHint="@color/black"
+ android:textSize="28sp"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintWidth_percent=".8" />
-
+ android:layout_marginTop="20dp"
+ android:backgroundTint="#CCCCCC"
+ android:drawablePadding="13dp"
+ android:hint="Mô tả về món ăn này"
+ android:inputType="textMultiLine"
+ android:textColor="@color/black"
+ android:textColorHint="@color/black"
+ android:textSize="24sp"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintWidth_percent=".8" />
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
\ No newline at end of file
diff --git a/FoodifyServer/app/src/main/res/layout/add_new_menu_layout.xml b/FoodifyServer/app/src/main/res/layout/add_new_menu_layout.xml
index f95e97d..5ee543a 100644
--- a/FoodifyServer/app/src/main/res/layout/add_new_menu_layout.xml
+++ b/FoodifyServer/app/src/main/res/layout/add_new_menu_layout.xml
@@ -6,73 +6,78 @@
app:cardElevation="4dp"
>
-
-
-
+ android:layout_height="match_parent">
-
+ android:layout_marginTop="20dp"
+ android:backgroundTint="#CCCCCC"
+ android:drawableLeft="@drawable/ic_baseline_fastfood_24"
+ android:drawablePadding="13dp"
+ android:hint="Tên danh mục"
+ android:inputType="text"
+ android:textColor="@color/black"
+ android:textColorHint="@color/black"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintWidth_percent=".8" />
-
+
+
+
+
+
+
+
-
-
+
\ No newline at end of file