diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
commit | 99eb1743e3eb94f85ec0eddeaec81245a9ffed08 (patch) | |
tree | 0ce28dbe43e4914b0ab6de8a1a62106161833849 /res/layout/conversation_list_row.xml | |
parent | 65d62cced47d430d7b33ca53b45015fb86967e31 (diff) |
small ui overhauls. unified text sizes. made text a bit smaller. moved messages more closer together
Diffstat (limited to 'res/layout/conversation_list_row.xml')
-rw-r--r-- | res/layout/conversation_list_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml index dda09178..8b9c461d 100644 --- a/res/layout/conversation_list_row.xml +++ b/res/layout/conversation_list_row.xml @@ -26,7 +26,7 @@ android:layout_toLeftOf="@+id/conversation_lastupdate" android:singleLine="true" android:textColor="#636363" - android:textSize="20sp" + android:textSize="18sp" android:typeface="sans" /> <LinearLayout |