`
kfc_davy
  • 浏览: 179034 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

tabhost 按住的效果

 
阅读更多
m_tabHost.getTabWidget().getChildAt(i)
.setBackgroundResource(R.drawable.selector_tab_background);

<?xml version="1.0" encoding="utf-8"?>
<selector
  xmlns:android="http://schemas.android.com/apk/res/android">
   
   
     <item
        android:state_pressed="true"
        android:drawable="@drawable/tab_item_p"/>
       
    <item
        android:state_selected="true"
        android:drawable="@drawable/tab_item_d"/>
   
</selector>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics