From 6b60e3c39d17265b2622419b558558fdcc4b5bd1 Mon Sep 17 00:00:00 2001 From: Ankit Maurya Date: Thu, 19 Oct 2017 00:34:10 +0530 Subject: [PATCH] #issue5 resolved #materialLook #improvedUI --- .idea/modules.xml | 5 +- .idea/vcs.xml | 5 +- Menu.iml => BlogSpot.iml | 2 +- app/app.iml | 11 +--- app/src/main/res/layout/bloglist.xml | 80 +++++++++++++++------------- 5 files changed, 50 insertions(+), 53 deletions(-) rename Menu.iml => BlogSpot.iml (77%) 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" /> + +