How to create a settings activity in live wallpaper like this?
I've built settings activity with only a simple text and faced some problems.
The first problem is that I can't use layout XML file for this activity.
The second: I can't set the directory to system icon (drawable/ic_menu_more
) when I try to build that activity programmly.
Also I will need do use SeekBar.
I will be very pleased, if you help me =)