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 :from google authenticator

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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -