I have simple job to do. I have to create an Help page for my android application. On that page I want to just put a full page of text of green color with some background image. Can anybody suggest me how can I do this in my XML file. Either in GraphicalLayoutMode or XML mode.
Please suggest what are the components requ开发者_如何转开发ired to this type of Help page...
android:background="#0abcde"
to set a color
android:background="@drawable/filename"
to set a image background.
use these tags for your layout parent view.
精彩评论