1 <LinearLayout 2             android:layout_width="match_parent" 3             android:layout_height="wrap_content" 4             android:orientation="vertical" > 5  6             <TextView 7                 android:id="@+id/TextView03" 8                 android:layout_width="match_parent" 9                 android:layout_height="40dp"10                 android:text="textview"11                 android:textSize="18sp" />12 13             <TextView14                 android:id="@+id/TextView04"15                 android:layout_width="match_parent"16                 android:layout_height="0.5dp"17                 android:background="@android:color/darker_gray"18                 android:text="TextView" />19         </LinearLayout>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android UI设计模式
  2. android点滴5
  3. Android 记录一个智障错误
  4. Android:JNI
  5. Android开发指南整理
  6. FFmpeg4Android:Android摄像头直播
  7. android gallery相关操作
  8. 最新版 Android SDK 无法获取SDK包 的解
  9. js判断Android和Ios
  10. android:exported 属性详解