Step #1: Put the VideoView/SurfaceView/TextureView inside a RelativeLayout

Step #2: Put your "transparent text" (whatever you think that is)
inside the same RelativeLayout, as a later child (e.g., later in the
XML)

Step #3: Conditionally hide and show the "transparent text" as you see fit

On Mon, Mar 26, 2012 at 10:30 AM, dillipk <codersnet2...@gmail.com> wrote:
> Hi,
>  I have a requirement where a Transparent Text would display on a
> Video while playing for sometime and/or have the option to close the
> overlay text whenever user wants. I have seen this on youtube videos
> where some of the videos have transparent text overlay and get closed
> after certain period of time or user have some option to close that
> overlay text whenever he/she wants..
>
>  How can I accomplish this using android apis?
>
>
> Thanks in Advance..
> DK
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to