I have a Horizontal manager having 3 label fields shown has "1:00 Event1" in the screen ,i want to set background color for hfm only covering 1:00 ,how can i do this ?
HorizontalFieldManager horizontalFieldManager_left15 = new HorizontalFieldManager(
Manager.HORIZONTAL_SCROLL);
horizontalFieldManager_left15.add(time15Label);
horizontalFieldManager_left15.add(min15Label);
horizontalFieldManager_left15.add(evetnLabel);
Thanks