Skip to Content
0
Jul 11, 2005 at 08:34 AM

htmlb:group -> title instead of htmlb:groupHeader

30 Views

When you use a htmlb:Group, there are two ways to add text to the group header. You can use

  <htmlb:group title="hello">
  ...

or

  <htmlb:group>
    <htmlb:groupHeader>
      <htmlb:textView text="hello" />
    </htmlb:groupHeader>
    ...

I'd like to change from the first variant to the second, because I want to add a link to the group-header.

Unfortunately, the header is a little higher if you use the secont variant. Is there a way to overcome this problem? Can I make the groupHeader as small as the title?

Best regards,

Daniel