Set placeholder text color
This commit is contained in:
parent
96749ac330
commit
5b3b58aedc
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue