I am using a FragmentActivity(of the compatibility library)  and has 3 tabs
tab1, tab2, tab3 (all are fragments of compatibility library)

tab1 has  3 tabs inside  say tab11, tab12, tab13 (all are fragments of
compatibility library) i referred this link  below to show the tabs

http://android.codeandmagic.org/2011/07/android-tabs-with-fragments/

within tab1 when i switch from fragment1 to fragment2 and  fragment3, and
finally comeback to fragment1 .

In fragment1 when i click on an empty space it is detecting  button click
of fragment2  and fragment3 though buttons are not visible but it is still
taking click.

say I have 2 buttons in fragment2   .e 'cancel' and   'submit'. when i
touch on any area of fragment1  t is doing the action of cancel and submit
buttons though these buttons are not visible.

Any clue why it is happening??

On Tue, Mar 12, 2013 at 1:57 PM, vani reddy <[email protected]>wrote:

>
> Hi  All,
>
> I am using a FragmentActivity(of the compatibility library)  and has 3
> tabs tab1, tab2, tab3 (all are fragments of compatibility library)
>
> tab1 has  3 tabs inside  say tab11, tab12, tab13 (all are fragments of
> compatibility library) i referred this link  below to show the tabs
>
> http://android.codeandmagic.org/2011/07/android-tabs-with-fragments/
>
> within tab1 when i switch from tab11 to tab12 and tab13, and finally
> comeback to tab11.
>
> In tab11 when i click on an empty space it is detecting  button click of
> tab12 and tab13,though buttons are not visible but it is still taking click.
>
> say I have 2 buttons in tab12  i.e 'cancel' and   'submit'. when i touch
> on any area of tab11 it is doing the action of cancel and submit buttons
> though these buttons are not visible.
>
> Any clue why it is happening??
>
>
> --
> Regards,
> Vani Reddy
>



-- 
Regards,
Vani Reddy

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to