문제

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 required 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top