summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeds_row_selected.xml')
-rw-r--r--res/layout/feeds_row_selected.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml
index 7ee526f7..a694119b 100644
--- a/res/layout/feeds_row_selected.xml
+++ b/res/layout/feeds_row_selected.xml
@@ -11,7 +11,7 @@
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:paddingLeft="6dip"
- android:text="{FEED}" android:layout_width="wrap_content" android:textSize="21dp"/>
+ android:text="{FEED}" android:layout_width="wrap_content" android:textSize="18dip"/>
<TextView
android:id="@+id/unread_counter"
android:gravity="right"
@@ -21,6 +21,6 @@
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="{123}" android:textSize="16dp"/>
+ android:text="{123}" android:textSize="13dip"/>
</LinearLayout> \ No newline at end of file