91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中如何實現選項卡功能

發布時間:2022-04-16 15:57:56 來源:億速云 閱讀:450 作者:iii 欄目:開發技術

這篇文章主要介紹“Android中如何實現選項卡功能”,在日常操作中,相信很多人在Android中如何實現選項卡功能問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Android中如何實現選項卡功能”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

首先創建Android工程命名自己的Activity為HelloTabWidget

在main.xml或者自己定義的*.xml文件中創建一個TabHost,需要兩個元素TabWidget和FrameLayout 通常會把這兩個元素放到LinearLayout中。FrameLayout作為改變內容content用的。
注意:TabWidget和FrameLayout 有不同的ID命名空間android:id="@android:id/idnames",這個是必須的因此TabHost才能自動找到它,Activity需要繼承TabActivity。

Android選項卡Xml代碼

  1. < ?xml version="1.0" encoding="utf-8"?>   

  2. < TabHost xmlns:android=
    "http://schemas.android.com/apk/res/android"   

  3. android:id="@android:id/tabhost"   

  4. android:layout_width="fill_parent"   

  5. android:layout_height="fill_parent">   

  6. < LinearLayout   

  7. android:orientation="vertical"   

  8. android:layout_width="fill_parent"   

  9. android:layout_height="fill_parent">   

  10. < TabWidget   

  11. android:id="@android:id/tabs"   

  12. android:layout_width="fill_parent"   

  13. android:layout_height="wrap_content" />   

  14. < FrameLayout   

  15. android:id="@android:id/tabcontent"   

  16. android:layout_width="fill_parent"   

  17. android:layout_height="fill_parent">   

  18. < TextView   

  19. android:id="@+id/textview1"   

  20. android:layout_width="fill_parent"   

  21. android:layout_height="fill_parent"   

  22. android:text="this is a tab" />   

  23. < TextView   

  24. android:id="@+id/textview2"   

  25. android:layout_width="fill_parent"   

  26. android:layout_height="fill_parent"   

  27. android:text="this is another tab" />   

  28. < TextView   

  29. android:id="@+id/textview3"   

  30. android:layout_width="fill_parent"   

  31. android:layout_height="fill_parent"   

  32. android:text="this is a third tab" />   

  33. < /FrameLayout>   

  34. < /LinearLayout>   

  35. < /TabHost>   

  36.  

  37. < ?xml version="1.0" encoding="utf-8"?> 

  38. < TabHost xmlns:android=
    "http://schemas.android.com/apk/res/android" 

  39. android:id="@android:id/tabhost" 

  40. android:layout_width="fill_parent" 

  41. android:layout_height="fill_parent"> 

  42. < LinearLayout 

  43. android:orientation="vertical" 

  44. android:layout_width="fill_parent" 

  45. android:layout_height="fill_parent"> 

  46. < TabWidget 

  47. android:id="@android:id/tabs" 

  48. android:layout_width="fill_parent" 

  49. android:layout_height="wrap_content" /> 

  50. < FrameLayout 

  51. android:id="@android:id/tabcontent" 

  52. android:layout_width="fill_parent" 

  53. android:layout_height="fill_parent"> 

  54. < TextView   

  55. android:id="@+id/textview1" 

  56. android:layout_width="fill_parent" 

  57. android:layout_height="fill_parent"   

  58. android:text="this is a tab" /> 

  59. < TextView   

  60. android:id="@+id/textview2" 

  61. android:layout_width="fill_parent" 

  62. android:layout_height="fill_parent"   

  63. android:text="this is another tab" /> 

  64. < TextView   

  65. android:id="@+id/textview3" 

  66. android:layout_width="fill_parent" 

  67. android:layout_height="fill_parent"   

  68. android:text="this is a third tab" /> 

  69. < /FrameLayout> 

  70. < /LinearLayout> 

  71. < /TabHost>  

Activity需要繼承TabActivity

Android選項卡Java代碼

public class HelloTabWidget extends TabActivity   public class HelloTabWidget extends TabActivity

Android選項卡Java代碼

  1. public void onCreate(Bundle savedInstanceState) {   

  2. super.onCreate(savedInstanceState);   

  3. setContentView(R.layout.main);   

  4. mTabHost = getTabHost();   

  5. mTabHost.addTab(mTabHost.newTabSpec("tab_test1").
    setIndicator("TAB 1").setContent(R.id.textview1));   

  6. mTabHost.addTab(mTabHost.newTabSpec("tab_test2").
    setIndicator("TAB 2").setContent(R.id.textview2));   

  7. mTabHost.addTab(mTabHost.newTabSpec("tab_test3").
    setIndicator("TAB 3").setContent(R.id.textview3));   

  8. mTabHost.setCurrentTab(0);   

  9. }  

到此,關于“Android中如何實現選項卡功能”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宁陕县| 绥阳县| 皮山县| 宝兴县| 安塞县| 佛坪县| 大足县| 大邑县| 勐海县| 罗江县| 利津县| 从江县| 五河县| 上饶县| 辽宁省| 石景山区| 民乐县| 淮北市| 延边| 瑞安市| 玛纳斯县| 宁都县| 恩平市| 公主岭市| 栾川县| 洛隆县| 资讯| 阳信县| 招远市| 新源县| 当雄县| 洪雅县| 常德市| 潍坊市| 长泰县| 文水县| 华宁县| 应城市| 辽阳市| 色达县| 土默特右旗|