Android Question Menu with change color on selected and layout design

ronovar

Active Member
Licensed User
Longtime User
Hi.

I have successfully use coverflow...and i im stuck with layout design...i would like to make gui of my apk that looks like here picture attached...so when user go left by remote control to change text color on menu item thet is selected (in picture example green color).

Could some make layout left menu like on picture? I was trying whole day but i can't make it..i was thinking first using listwiev control, but i don't know how to change text color of selected text by remote control.So i need help.

If some one can make left menu with bitmap and menu items thats change text color on selected it will be great. Others items (Coverflow) i have successfully initialized.

Many Thanks.
 

Attachments

  • layout.jpg
    layout.jpg
    76.1 KB · Views: 268

ronovar

Active Member
Licensed User
Longtime User
Ok Thanks For Tip. I have now make the menu but i have few questions about ListView control(i attached the project source files):

1. How to disable selection of first item in ListView (Image LOGO is the first item so i would like to disable image highlight and onclick)
2. How to when item si selected is changed color of item not the blue square like is now (so when user select the item it is text changed from white to red and there is no blue square)
3. How to add small two menu items below TITLE#6 (i would like to add two small titles below Title#6 that have smaller fond and have space between Title#6 and a new inserted item like in previous first post attachment)
4. I have set background of app throught layout1 and background.png... but it is now shown...how to show this background inside menu.

Thanks.
 

Attachments

  • SlidingMenu.zip
    210.6 KB · Views: 197
Upvote 0

ronovar

Active Member
Licensed User
Longtime User
Thans Erel..i have buidl this menu using panels...and listview...i put top of the menu bitmap on imageview, and after bitmap i put listview and using keyeven listener i then when user press OK on remote it shows panel0, panel1, panel2 eto depending on choice on listview.

Now i can't figure out gridview...i try this excellent library and have successfully added for example 200items (3items per row) but it is not scrolling after last item is selected. Do You have an example how to make gridview scroll automatically when last item is selected?

here is the link:

http://www.b4x.com/android/forum/threads/new-library-icosgridview.17677/#post101373
 
Upvote 0
Top