use a bit smaller text at the main screens message preview

This commit is contained in:
tibbi 2020-06-17 22:32:17 +02:00
parent ea16415503
commit 6efc41f9bb
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class ConversationsAdapter(activity: SimpleActivity, var conversations: ArrayLis
conversation_body_short.apply {
text = conversation.snippet
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize)
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 0.9f)
}
conversation_date.apply {