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/contact.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/contact.xml')
-rw-r--r-- | res/layout/contact.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml index 7303d2ba..e637e4b1 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -34,6 +34,7 @@ android:layout_height="wrap_content" android:textColor="#5b5b5b" android:singleLine="true" + android:textSize="14sp" /> <TextView android:id="@+id/key" |