summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 17:57:44 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 17:57:44 +0300
commit3cc0cb84104bb3d69ab276fe81a1ce42ec31cc4e (patch)
tree301de972453456e4a4729a6d44b60b51467d72a3 /res/layout/feeds_row_selected.xml
parent7ad712cb413824b1caae4327e8cc2f691e29d888 (diff)
various layout tweaks
fix logout action
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