开发者

How to change my background of the screen for my view

开发者 https://www.devze.com 2023-04-11 22:49 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号