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