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/fragment_conversation.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/fragment_conversation.xml')
-rw-r--r-- | res/layout/fragment_conversation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index c09a7d5f..4bf93eab 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -78,7 +78,7 @@ android:layout_height="wrap_content" android:padding="6dp" android:textColor="#eee" - android:textSize="20sp" + android:textSize="18sp" android:textStyle="bold" /> <TextView @@ -105,7 +105,7 @@ android:padding="6dp" android:text="@string/unknown_otr_fingerprint" android:textColor="#eee" - android:textSize="20sp" + android:textSize="18sp" android:textStyle="bold" /> <TextView @@ -134,7 +134,7 @@ android:padding="6dp" android:text="@string/openpgp_messages_found" android:textColor="#eee" - android:textSize="20sp" + android:textSize="18sp" android:textStyle="bold" /> <TextView |