i want to change the text color of text in TextView through Java file(not through xml)
i've tried setTextColor(int color) method of TextView class.
but not getting what to provide as the parameter color.
please help....

countDownView.setTextColor(Color.GREEN);colorRed = Color.argb(255, 248, 51, 6);
countDownView.setTextColor(colorRed);
Return to View, Layout & Resource Problems
Users browsing this forum: No registered users and 6 guests