I want to create themes for my app so I am trying to add a button to change color. ColorDrawable works with background, but not for text color. What can I use for text colors.
A piece from my code:
ColorDrawable colorDrawableFont2 = (ColorDrawable) inputNoteSubtitle.getText();
colorDrawableFont2.setColor(Color.parseColor(selectedNoteColorFont));