diff --git a/res/drawable/white_circle.xml b/res/drawable/white_circle.xml
new file mode 100644
index 000000000..597b70a2d
--- /dev/null
+++ b/res/drawable/white_circle.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml
index dab9a80ec..90a9e3bf0 100644
--- a/res/layout/feedlist_item.xml
+++ b/res/layout/feedlist_item.xml
@@ -23,47 +23,69 @@
android:layout_centerVertical="true"
android:orientation="vertical" >
-
+ android:layout_marginBottom="8dp"
+ android:layout_marginTop="4dp"
+ android:layout_weight="1"
+ android:background="@color/status_unread" >
+
+
+
-
-
-
-
+ android:layout_marginBottom="8dp"
+ android:layout_weight="1"
+ android:background="@color/ics_gray" >
-
-
+
+
#DDDDDD
#669900
#CC0000
- #99CC00
- #FFBB33
+ #E099CC00
+ #E033B5E5
#EE5F52
#262C31
#DDDDDD
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b4cd7243f..7cb9ebe3f 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -9,5 +9,6 @@
14sp
18sp
22sp
+ 36dp
\ No newline at end of file