Hi again Kostya, seems that the cursor focus isnt working althought that's 
not the most important thing it still is default behaviour so im wondering 
why it doesnt work. Also the extra layout was something like this?:


<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="fill_parent" 
android:layout_height="45dip"
xmlns:android="http://schemas.android.com/apk/res/android";
*android:background="@drawable/expandable_group_item">*
*<LinearLayout*
*    android:layout_width="fill_parent" *
* android:layout_height="fill_parent"*
* android:duplicateParentState="true">*
<TextView 
android:id="@+id/tvGroup" 
android:layout_width="fill_parent"
android:layout_height="45dip" 
android:text="Groups" 
android:gravity="center_vertical|right"
android:paddingLeft="5dip" 
android:paddingRight="5dip"
android:textColor="#ffffffff" 
android:textStyle="bold"
android:textSize="17dip"> 
</TextView>
*</LinearLayout>*
</LinearLayout>

ididnt understand if the new layout would wrap the textview like that.

regards,

On Monday, February 27, 2012 3:17:12 PM UTC, Kostya Vasilyev wrote:
>
> On 02/27/2012 06:57 PM, Bluemercury wrote:
> >
> > Didnt change the row layout like you said, but it seems to be working 
> > as expected. Any reason to change like you said?
> >
> > regards
>
> I remember needing an extra layout in a similar case so that the 
> highlight background used by the list view and the state-list with 
> custom background wouldn't step on each other, but...
>
> ... no reason to change something that works :)
>
>
> -- K
>
>

-- 
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