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.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index ffea8cf6..2bfb1b13 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -9,7 +9,8 @@
android:paddingBottom="10dip"
android:paddingLeft="8dip"
android:paddingRight="8dip"
- android:paddingTop="10dip" >
+ android:paddingTop="10dip"
+ android:textAlignment="center" >
<ImageView
android:id="@+id/icon"
@@ -32,15 +33,21 @@
<TextView
android:id="@+id/unread_counter"
- android:layout_width="wrap_content"
+ android:layout_width="45dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:layout_marginRight="6dp"
android:layout_weight="0"
- android:gravity="right"
- android:paddingRight="12dip"
- android:text="{123}"
+ android:background="?attr/unreadCounterBackground"
+ android:gravity="center"
+ android:paddingBottom="4dp"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
+ android:paddingTop="4dp"
+ android:singleLine="true"
+ android:text="3200"
android:textColor="?unreadCounterColor"
- android:textSize="13sp"
+ android:textSize="12sp"
android:textStyle="bold" />
<ImageButton