Top "Android-framelayout" questions

Android layout that uses the screen to display views that can be stacked on top of each other, with the most recent child added on top.

Is it possible to pass an onTouchEvent to multiple views in Android?

I have read a few questions regarding this topic on SO but haven't really found a solid answer to it. …

android view touch-event android-framelayout
FrameLayout click event is not firing

I have used Framelayour for click event and It was working fine before 2 days but don't know wat happend now …

android android-framelayout
How to create an overlay that blocks touch events to UI below it?

I used a layer of framelayout with a semi-translucent background to create an overlay. But this overlay doesn't block touch …

android android-layout overlay android-framelayout
Check fragment is presented in framelayout or not in android?

Hi friends I have two framelayout in movies.xml namely container, detail_screen.In container will add movies.xml which …

android fragment android-framelayout
how to use correct dragging of a view on android

it seems that there are a lot of solutions of how to use dragging of views on android . however, they …

android imageview drag android-framelayout layoutparams
Programmatically using MATCH_PARENT for a RelativeLayout inside a FrameLayout

I'm subclassing HorizontalScrollView (which is a FrameLayout) and adding a RelativeLayout to it programmatically. The FrameLayout correctly fills the parent …

android android-layout android-relativelayout android-framelayout fill-parent
How to let click event pass to container in android?

I have a table of FrameLayout where each frame contains either an ImageView or a TextView. Regardless of content in …

android layout onclicklistener android-framelayout
change background image of Framelayout via URL

is it possible to use a url to set background for framelayout? Example: i want to use the URL like …

android layout background-image android-framelayout
Android child view height not match parent in ListView item

As described, my List item is a FrameLayout, there are two views inside. ColorView is a custom view I made …

android android-listview android-framelayout
how to add icon and Image in Tabhost android?

I am following this tutorial to add icon along with text using Tabhost. I am writting following codes to add …

android android-tabhost tabbar android-framelayout tabwidget