On Fri, Feb 17, 2012 at 12:35 AM, Raneez <[email protected]> wrote: > My app display a waveform for the recorded audio in a > imageview. I want to display a transparent layer over this > waveform which progress with respect to the duration of > the audio when it is played. > > How it is done? Or is there any UI controls in android to do this? >
http://developer.android.com/reference/android/widget/RelativeLayout.html http://developer.android.com/reference/android/widget/FrameLayout.html http://developer.android.com/reference/android/widget/ProgressBar.html http://developer.android.com/reference/android/view/View.html#attr_android:background ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

