Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Viewing all articles
Browse latest Browse all 7655

Add view under tabGroup

$
0
0

Hello, I am developing an android application and i want to add a view under a tabGroup. When the user change tab, the view must still exist under the tabGroup. How can i achieve this? I have tried this:

<Alloy>
    <TabGroup backgroundColor="white" id="mainTabGroup">
    .
    .
    .
    </TabGroup>
    <view>
    </view>
</Alloy>
and this:
<Alloy>
    <TabGroup backgroundColor="white" id="mainTabGroup">
    .
    .
    .
    </TabGroup>
    <window>
    </window>
</Alloy>
but doesn't work.

I am using Titanium Studio, build: 3.2.3.201404290739 with Titanium SDK version 3.2.3.GA in Windows 7 64bit using a samsung galaxy core with android 4.1.2 for debugging


Viewing all articles
Browse latest Browse all 7655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>