Answers for "snackbar color kotlin"

0

snackbar color kotlin

val textView = snack.view.findViewById(android.support.design.R.id.snackbar_text) as TextView
textView.setTextColor(Color.parseColor("#4444DD"))
Posted by: Guest on February-15-2022

Browse Popular Code Answers by Language