diff --git a/app/src/main/res/drawable/ic_filter.xml b/app/src/main/res/drawable/ic_filter.xml
new file mode 100644
index 0000000..185f171
--- /dev/null
+++ b/app/src/main/res/drawable/ic_filter.xml
@@ -0,0 +1,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/ic_more_vert.xml b/app/src/main/res/drawable/ic_more_vert.xml
new file mode 100644
index 0000000..157f4d8
--- /dev/null
+++ b/app/src/main/res/drawable/ic_more_vert.xml
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/ic_profile.xml b/app/src/main/res/drawable/ic_profile.xml
deleted file mode 100644
index 6e03725..0000000
--- a/app/src/main/res/drawable/ic_profile.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/logo.png b/app/src/main/res/drawable/logo.png
new file mode 100644
index 0000000..3118751
Binary files /dev/null and b/app/src/main/res/drawable/logo.png differ
diff --git a/app/src/main/res/drawable/profile_circle_background.xml b/app/src/main/res/drawable/profile_circle_background.xml
deleted file mode 100644
index 727f646..0000000
--- a/app/src/main/res/drawable/profile_circle_background.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/profile_circle_background_small.xml b/app/src/main/res/drawable/profile_circle_background_small.xml
deleted file mode 100644
index 974b847..0000000
--- a/app/src/main/res/drawable/profile_circle_background_small.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index aeb59f2..0c12ee9 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -15,11 +15,120 @@
android:layout_width="0dp"
android:layout_height="?attr/actionBarSize"
android:background="@color/header"
- app:title="Gallery"
- app:titleTextColor="#011f4b"
- app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintEnd_toEndOf="parent"/>
+ app:layout_constraintTop_toTopOf="parent"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
-
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_new_post.xml b/app/src/main/res/layout/activity_new_post.xml
index 6579639..47e761b 100644
--- a/app/src/main/res/layout/activity_new_post.xml
+++ b/app/src/main/res/layout/activity_new_post.xml
@@ -4,128 +4,209 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:background="@color/bgColor"
tools:context=".NewPostActivity">
+ android:layout_height="match_parent"
+ android:fillViewport="true">
-
+ android:layout_height="wrap_content">
-
+ android:orientation="vertical"
+ android:padding="32dp"
+ android:background="@drawable/card_background"
+ android:elevation="8dp"
+ android:layout_marginTop="24dp"
+ android:layout_marginBottom="24dp"
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintWidth_percent="0.85"
+ app:layout_constraintVertical_bias="0.5">
-
-
-
-
-
-
-
-
-
+
+ android:text="Create New Post"
+ android:textSize="32sp"
+ android:textStyle="bold"
+ android:textColor="#011f4b"
+ android:gravity="center"
+ android:layout_marginBottom="40dp"/>
-
+
-
+ android:text="Description"
+ android:textSize="16sp"
+ android:textStyle="bold"
+ android:textColor="#03396c"
+ android:layout_marginBottom="8dp"/>
-
+
+
-
+
+
-
+
+
-
+
-
+
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml
index 14de3be..653e2c3 100644
--- a/app/src/main/res/layout/item_post.xml
+++ b/app/src/main/res/layout/item_post.xml
@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@color/bgColor"
android:layout_marginBottom="24dp">
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/menu/drawer_menu.xml b/app/src/main/res/menu/drawer_menu.xml
deleted file mode 100644
index abd4826..0000000
--- a/app/src/main/res/menu/drawer_menu.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 96cc04f..fd1d9ad 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -1,6 +1,6 @@
-
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index dc9ff4b..d703147 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -1,6 +1,6 @@
-