mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2024-12-25 07:51:34 +01:00
Set placeholder text color
This commit is contained in:
parent
96749ac330
commit
5b3b58aedc
@ -146,6 +146,7 @@ class ArchivedConversationsActivity : SimpleActivity() {
|
||||
private fun showOrHidePlaceholder(show: Boolean) {
|
||||
binding.conversationsFastscroller.beGoneIf(show)
|
||||
binding.noConversationsPlaceholder.beVisibleIf(show)
|
||||
binding.noConversationsPlaceholder.setTextColor(getProperTextColor())
|
||||
binding.noConversationsPlaceholder.text = getString(R.string.no_archived_conversations)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user