android - Colour attribute that applies only to views and not layouts -
i developing android app , have created two themes, can switched user. trying achieve distinguish, vidually, views ( textviews specifically) layout nested in. tried different values colorwindowbackground
, colorbackground
, didn't work. in other words, want accomplish :
in app (google authenticator) can distinguish textview ( imagine) displays code rest of background. there way achieve this.
layouts views. they're views can have children. wouldn't via themes, you'd put 1 background color on layout , 1 on views, using android:background in xml.
Comments
Post a Comment