summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.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/headlines_row_unread.xml
parent7ad712cb413824b1caae4327e8cc2f691e29d888 (diff)
various layout tweaks
fix logout action
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index f6fef283..12d089eb 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -15,10 +15,10 @@
<LinearLayout
android:id="@+id/linerLayout3"
- android:layout_width="wrap_content" android:gravity="center"
+ android:layout_width="wrap_content" android:gravity="center" android:padding="3dip"
android:layout_height="wrap_content" android:orientation="vertical">
- <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/date" android:text="Jan 01"></TextView>
- <ImageView android:clickable="true" android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@android:drawable/star_off"></ImageView>
+ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#909090" android:textSize="13sp" android:id="@+id/date" android:text="Jan 01"></TextView>
+ <ImageView android:clickable="true" android:id="@+id/marked" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@android:drawable/star_off"></ImageView>
</LinearLayout>
</LinearLayout> \ No newline at end of file