内容
Id 例子
@android:id/tabs
<TabWidget android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
@android:id/tabcontent
<FrameLayout android:id="@android:id/tabcontent" android:layout_width="fill_parent" android:layout_height="fill_parent" />
@+id/android:list
<ListView android:id="@+id/android:list" android:layout_width="match_parent" android:layout_height="wrap_content" />

更多相关文章

  1. android 文字描边
  2. android EditText 自动滚动条并显示最新内容
  3. android 测试初探(android test)
  4. Android(安卓)测量WebView内容的高度 适用(4.4)ScrollView ListVie
  5. 一个可编辑的表格 双击进行编辑,回车确认编辑内容,如果不回车确
  6. 可编辑的表格
  7. phpstorm多行快捷操作操作,筛选相似内容
  8. 商城列表内容
  9. 网页内容是写给谁看的?写网页内容需要注意些什么?

随机推荐

  1. Twitter V1.1在Android中的应用
  2. android app启动动画的实现
  3. android中HttpURLConnection调用getRespo
  4. 初识ProgressBar
  5. android ndk Hello World
  6. Android读取xxx.properties配置文件中文
  7. Android使用HttpURLConnection访问网络
  8. 保持在底部的按钮栏,上面是滚动的ScrollVi
  9. Android(安卓)Socket&Cocos2dx的资料
  10. android studio 项目的版本问题