页面显示不下,当然就要用滚动条了!!!
也就是以下代码
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:scrollbars="vertical" android:fadingEdge="vertical" ><其他控件/></ScrollView> 

不管是什么显示不下,只要镶嵌在ScrollView控件中即可。
比如layout啦,textview啦,都OK。

更多相关文章

  1. LinearLayout和RelativeLayout
  2. android横屏竖屏
  3. Android_day04
  4. android 参数含义
  5. android布局 LinearLayout和RelativeLayout
  6. Android(安卓)ImageButton android:scaleType
  7. Android(安卓)Intent 用法汇总
  8. Android中有关布局的几个问题
  9. RelativeLayout 用法以及举例

随机推荐

  1. 2011.09.26(4)——— android sample之Note
  2. Android 2.1 源码结构分析
  3. 什么是Android内核
  4. Android之从Browser中打开本地的应用程序
  5. 在Flutter启动Android的后台服务
  6. Android 开发问题集合
  7. android-map-key获取
  8. Android近百个项目的源代码
  9. Android之---Android Studio开发最NB(牛逼
  10. 使用多状态按钮ToggleButton