mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
use a bit smaller text at the main screens message preview
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user