文件名称:DoubleTabHost
介绍说明--下载内容均来自于网络,请自行研究使用
嵌套TabHost示例,这里是面向android应用,注意:对于TabHost、布局文件中必须包含 TabHost、TabWidget 、fr a meLayout ,如果继承TabActivity,并且通过getTabHost()方法来获取TabHost,那么三者的ID必须是android.R.id.tabhost、android.R.id.tabs、android.R.id.tabcontent,如果继承Activity,可以通过findViewById来获取这三个组件,此时ID可自定义-Nesting TabHost example, here is the application for android, Note: For TabHost, layout file must contain TabHost, TabWidget, fr a meLayout, if inherited TabActivity, and by getTabHost () method to get TabHost, then the three ID must be android. R.id.tabhost, android.R.id.tabs, android.R.id.tabcontent, if inherited Activity, can get these three components through findViewById, at this ID can be customized
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DoubleTabHost\.classpath
.............\.project
.............\AndroidManifest.xml
.............\bin\classes.dex
.............\...\.om\yfz\DoubleTabHost.class
.............\...\...\...\NormalActivity.class
.............\...\...\...\R$attr.class
.............\...\...\...\R$drawable.class
.............\...\...\...\R$id.class
.............\...\...\...\R$layout.class
.............\...\...\...\R$string.class
.............\...\...\...\R.class
.............\...\...\...\SubTab.class
.............\...\DoubleTabHost.apk
.............\...\resources.ap_
.............\default.properties
.............\gen\com\yfz\R.java
.............\res\drawable-hdpi\default_bg.png
.............\...\.............\icon.png
.............\...\.........ldpi\icon.png
.............\...\.........mdpi\icon.png
.............\...\layout\main.xml
.............\...\......\normal.xml
.............\...\......\subtab.xml
.............\...\values\strings.xml
.............\src\com\yfz\DoubleTabHost.java
.............\...\...\...\NormalActivity.java
.............\...\...\...\SubTab.java
.............\bin\com\yfz
.............\gen\com\yfz
.............\src\com\yfz
.............\bin\com
.............\gen\com
.............\res\drawable-hdpi
.............\...\drawable-ldpi
.............\...\drawable-mdpi
.............\...\layout
.............\...\values
.............\src\com
.............\assets
.............\bin
.............\gen
.............\res
.............\src
DoubleTabHost