随笔分类 -  ----androidUI--- TabHost

上一页 1 2
TabHost 两种使用方法 直接让一个Activity 继承TabActivity 和 利用findViwById()方法取得TagHost组件
摘要:第一种,TabActivity 解决方案下面建立的布局文件,它包含多个标签的显示组件Tab.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id = "@+id/MyLayout" android:layout_width="fill_parent" android:layout_he 阅读全文
posted @ 2012-07-30 09:49 Code大蛇丸 阅读(820) 评论(1) 推荐(0)

上一页 1 2