mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-04-03 13:11:20 +02: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) {
|
private fun showOrHidePlaceholder(show: Boolean) {
|
||||||
binding.conversationsFastscroller.beGoneIf(show)
|
binding.conversationsFastscroller.beGoneIf(show)
|
||||||
binding.noConversationsPlaceholder.beVisibleIf(show)
|
binding.noConversationsPlaceholder.beVisibleIf(show)
|
||||||
|
binding.noConversationsPlaceholder.setTextColor(getProperTextColor())
|
||||||
binding.noConversationsPlaceholder.text = getString(R.string.no_archived_conversations)
|
binding.noConversationsPlaceholder.text = getString(R.string.no_archived_conversations)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user