diff --git a/.idea/modules.xml b/.idea/modules.xml
index 724d9e5..6520b72 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,9 +2,8 @@
-
+
-
-
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index def6a6a..94a25f7 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,7 +1,6 @@
-
+
-
-
+
\ No newline at end of file
diff --git a/Menu.iml b/BlogSpot.iml
similarity index 77%
rename from Menu.iml
rename to BlogSpot.iml
index 135b56d..0ddae56 100644
--- a/Menu.iml
+++ b/BlogSpot.iml
@@ -1,5 +1,5 @@
-
+
diff --git a/app/app.iml b/app/app.iml
index 303c1fe..b7515f0 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -77,24 +77,17 @@
-
-
-
-
-
-
-
-
+
@@ -113,6 +106,7 @@
+
@@ -124,7 +118,6 @@
-
diff --git a/app/src/main/res/layout/bloglist.xml b/app/src/main/res/layout/bloglist.xml
index ccf6054..2b7df45 100644
--- a/app/src/main/res/layout/bloglist.xml
+++ b/app/src/main/res/layout/bloglist.xml
@@ -5,78 +5,84 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
- app:cardBackgroundColor="#40E0D0"
+ app:cardElevation="5dp"
app:cardCornerRadius="5dp">
-
-
-
-
-
-
+
+ android:padding="5dp"
+ android:layout_margin="4dp"
+ android:text="Title"
+ android:textSize="14sp"
+ android:textColor="#000000"/>
-
+ android:textSize="13sp" />
-
+ android:adjustViewBounds="true"
+ android:scaleType="centerCrop"
+ android:src="@drawable/unnamed" />
+
+
+
+ android:padding="5dp"
+ android:layout_margin="5dp">
+ android:scaleType="fitCenter"
+ android:src="@mipmap/ic_like" />
+
+