From db5ce6e21af55f9846faf372edce736d55d92b63 Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Tue, 14 Jun 2011 21:54:00 +0200 Subject: [PATCH] make timestamp more readable --- res/layout/listitem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/listitem.xml b/res/layout/listitem.xml index f96a07a..1798b34 100644 --- a/res/layout/listitem.xml +++ b/res/layout/listitem.xml @@ -10,7 +10,7 @@ android:id="@+id/listts" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="5dp" -android:textColor="#808080" +android:textColor="#b0b0b0" android:textSize="16dp" />