How to change custom activity background
hello
i am trying to make article base app and using custom activity. everything is ok but i want to know how to change background color. right now background color is white.
can anyone tell me how to change it
i am trying to make article base app and using custom activity. everything is ok but i want to know how to change background color. right now background color is white.
can anyone tell me how to change it
Tagged:
Comments
(For Andromo custom activity just include the <Style> </Style> layer on top of the document).
You can do this for simple 'blue', for example, by clicking "source", pasting this into an empty custom activity:
Then unclicking 'source' and inputting content.
and one more question
If i want to add background image in custom activity then how can i add
background-image: url("SomeImageAddress.gif");