summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeds_row.xml')
-rw-r--r--res/layout/feeds_row.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index 08eafd32..8ef8bbac 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -10,7 +10,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"
@@ -20,6 +20,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