use a bit smaller text at the main screens message preview
This commit is contained in:
parent
ea16415503
commit
6efc41f9bb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue