如何在实现TabListener接口的活动中获取tabhost

时间:2014-11-21 15:45:53

标签: android android-animation android-tabhost

我正在尝试在导航到标签页时在标签中添加动画。

通过实现ActionBar.TabListener接口完成了标签栏外观的实现。

我用Google搜索并找到了this来添加动画。但它要求tabhost将动画放入屏幕。

所以问题是,如果我们通过扩展TabListener接口来实现tabbar外观,那么tabhost是否可用。 bcoz我在搜索如何获得tabhost并且没有运气之后问我。

如果是这样,如何在上面的方法中获取gettabhost并添加动画plz。

我在相应的方法中实现了tablistener和mycode。

public class TabbarActivity extends ActionBarActivity implements
        ActionBar.TabListener

0 个答案:

没有答案