Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any standard android attribute which specifies color of text to be white

Tags:

android

Can you please tell me if there is any standard android textColor which specifies the color of the text to be white?

I have tried either textColorPrimary or textColorSecondary, but both are black.

<Button
 android:textColor="?android:attr/textColorPrimary
/>
like image 946
michael Avatar asked Dec 01 '25 01:12

michael


1 Answers

Or android:textColor="@android:color/white"

like image 143
Cristian Avatar answered Dec 02 '25 13:12

Cristian



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!