Skip to content Skip to sidebar Skip to footer
Showing posts with the label Viewgroup

Android View Resize And Windowmanager: Unwanted Transition During Child View Placement

I'm having some problems in avoiding an unwanted transition during child view placement in a cu… Read more Android View Resize And Windowmanager: Unwanted Transition During Child View Placement

How Do I Set My View Layoutparams Width Smaller?

Hi I am borrowing Seth's method found here to animate my viewGroups. It works great but in the … Read more How Do I Set My View Layoutparams Width Smaller?

Viewgroup Onlayout Problem

I have a problem with my custom ViewGroup. I layout 3 of the children in a row and use a Scroller t… Read more Viewgroup Onlayout Problem

Custom Viewgroup Focus Handling

Let's say I have a custom ViewGroup which is focusable and has some child views which are focus… Read more Custom Viewgroup Focus Handling

Views Inside A Custom Viewgroup Not Rendering After A Size Change

I'm running into a problem that has me stumped and I was hoping someone could give me some poin… Read more Views Inside A Custom Viewgroup Not Rendering After A Size Change

How To Bring A View To Front Without Calling Bringtofront()?

There is apparently a bug in Android which breaks View.bringToFront. If I have Views arranged in a … Read more How To Bring A View To Front Without Calling Bringtofront()?