Android AppCompat change text color of material buttons -
i want change button's text color, can't figure out how (i want use buttons appcompat v22.2). tried android:color
, android:textcolor
, android:textcolorprimary
, android:colorforeground
, these didn't job me.
can me go wrong or show working example change text color of button e.g. green? i'll happy when it'll on :-)
i looked solution 4 days, please don't reply links google search. if have relevant, please link that
there
android:style="?android/textappearancesmall"
in button definition in layout xml (activity generated loginactivity). i'm sorry (i don't know how better in english).
i know it's been long time since asked question, didn't know how close questions when find solution myself then, i'm doing users here find answer expect be.
the problem button's style set ?android/textappearancesmall
(wrong if wanted use attribute :) ), fell default values everything. once removed android:style
attribute, ok.
Comments
Post a Comment