Tuesday, January 22, 2013

Re: [android-developers] ExpandableListView Expand icon overlays the text titles of the items

On Tue, Jan 22, 2013 at 9:26 AM, saex <elpablosaez@gmail.com> wrote:
This is not the solution,

It might the be *the* solution, but it is *a* solution. I know. I've used it. And it works.
 
i tryed it, but the padding is insufficient on some large screen phones. And i if put a lot of padding the text appears a lot to the right on smal screen resolution phones.

Then I would guess you are using pixels instead of DP units, which accounts for screen density. Do it correctly and it should work.

On Tue, Jan 22, 2013 at 9:46 AM, Nobu Games <dev.nobu.games@gmail.com> wrote:
Alternatively you could call setGroupIndicator(null) and provide your own custom group indiciator icon integrated in your group item view layout.

You still have to account for the indicator icon and text overlapping, don't you?

-------------------------------------------------------------------------------------------------
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment