diff --git a/core/res/layout/list_item_filter.xml b/core/res/layout/list_item_filter.xml
index 66f6ae72..d80263a3 100644
--- a/core/res/layout/list_item_filter.xml
+++ b/core/res/layout/list_item_filter.xml
@@ -2,15 +2,16 @@
+ android:paddingRight="@dimen/margin_default"
+ android:paddingTop="@dimen/margin_half" >
\ No newline at end of file
diff --git a/core/res/layout/list_item_navigation.xml b/core/res/layout/list_item_navigation.xml
index 38868e27..1a66c39c 100644
--- a/core/res/layout/list_item_navigation.xml
+++ b/core/res/layout/list_item_navigation.xml
@@ -2,8 +2,7 @@
@@ -11,12 +10,17 @@
android:id="@+id/filter_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textIsSelectable="false" />
+ android:textColor="@android:color/primary_text_dark"
+ android:textIsSelectable="false"
+ android:textSize="17sp" />
-
+ android:layout_marginTop="-4dip"
+ android:textColor="@android:color/primary_text_dark"
+ android:textIsSelectable="false"
+ android:textSize="13sp" />
+
\ No newline at end of file
diff --git a/core/res/layout/list_item_separator.xml b/core/res/layout/list_item_separator.xml
index 65389da3..c844caa6 100644
--- a/core/res/layout/list_item_separator.xml
+++ b/core/res/layout/list_item_separator.xml
@@ -1,16 +1,15 @@
-
+ android:paddingLeft="@dimen/margin_half"
+ android:paddingRight="@dimen/margin_half" >
+ android:textIsSelectable="false" />
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/core/res/menu/activity_torrents.xml b/core/res/menu/activity_torrents.xml
index b5405114..4256c67d 100644
--- a/core/res/menu/activity_torrents.xml
+++ b/core/res/menu/activity_torrents.xml
@@ -3,7 +3,7 @@
-