question

mytvinc avatar image
mytvinc asked

Interactive portions of the screen are not highlighted when selected

Hi, my Submitted application failed for the following reason : Issue 1: Interactive portions of the screen are not highlighted when selected : Rewind, Fast Forward, and Play buttons above progress bar can be navigated and selected but no highlighted cursor is visible. I am using the default media controller class provided by android and it does not provide this functionality. I was able to catch the controls but i was not able to add a highlight on key down and remove it on key up. can anyone help with this?
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Bipin@Amazon avatar image
Bipin@Amazon answered
MediaPlayer class can be used to control playback of audio/video files and streams. http://developer.android.com/reference/android/media/MediaPlayer.html Have your own UI with different states.You can Create three bitmaps for the button background that represent the default, pressed, and focused button states. http://developer.android.com/guide/topics/ui/controls/button.html#CustomBackground
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.