Merge pull request #71 from therajanmaurya/fixIdentificationList

fix: Identification list item UI enhance
diff --git a/app/src/main/res/layout/item_identification.xml b/app/src/main/res/layout/item_identification.xml
index 80f391d..8deb5a0 100644
--- a/app/src/main/res/layout/item_identification.xml
+++ b/app/src/main/res/layout/item_identification.xml
@@ -29,14 +29,15 @@
 
             <LinearLayout
                 style="@style/circleLayout"
+                android:gravity="center"
                 android:id="@+id/ll_task1"
-                android:layout_height="56dp"
-                android:layout_width="56dp">
+                android:layout_height="48dp"
+                android:layout_width="48dp">
 
                 <ImageView
                     android:id="@+id/iv_task1"
-                    android:layout_height="match_parent"
-                    android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
+                    android:layout_width="wrap_content"
                     android:tint="@color/icon_color"
                     app:srcCompat="@drawable/ic_description_black_24dp"/>