use a bit smaller text at the main screens message preview
This commit is contained in:
parent
ea16415503
commit
6efc41f9bb
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class ConversationsAdapter(activity: SimpleActivity, var conversations: ArrayLis
|
||||||
|
|
||||||
conversation_body_short.apply {
|
conversation_body_short.apply {
|
||||||
text = conversation.snippet
|
text = conversation.snippet
|
||||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize)
|
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 0.9f)
|
||||||
}
|
}
|
||||||
|
|
||||||
conversation_date.apply {
|
conversation_date.apply {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue