I use Expandable list view  to show different restaurants as parent and in 
child i display the user visits to the specific restaurant date wise .

Every thing works fine but when i add a facebook like button in the parent 
, then the list is not expand .

I already try with focusableInTouchMode ='false' and focusable = "false" 
but no success .

when i change the  com.facebook.share.widget.LikeView to button and set 
above parameters then its works .

like view in my layout .

<com.facebook.share.widget.LikeView
android:id="@+id/like_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="0dp" 
    android:focusable="false"
/>



please help me .


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1f15b08e-27de-40e7-b60b-aa32787c0ff7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to