android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="#777fff"> android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello" android: android:height="50px"/> android:id="@+id/textview1" android:text="多行文本多行文本多行文本" android:singleLine="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="40px" android:width="300px" android:textColor="#000000"/> android:id="@+id/textview1" android:text="单行文单行文单行文单行文" android:singleLine="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="40px" android:width="300px" android:textColor="#000000"/> android:textSize="30px" android:layout_width="wrap_content" android:id="@+id/textView1" android:text="图片" android:drawableTop="@drawable/tu" android:layout_height="wrap_content" />

更多相关文章

  1. Android:TextView与图片上下对齐使用drawableTop
  2. Android图片旋转
  3. 【android】seekbar 样式自定义
  4. Android的ImageView scaleType八大属性,你都了解吗?
  5. Android(安卓)Selector全解
  6. Android(安卓)Shape属性
  7. 学习PHP中好玩的Gmagick图像操作扩展的使用
  8. 详解ThinkPHP怎么实现图片上传
  9. 【前端】微信网页中长按二维码图片能弹出菜单是怎么实现的?

随机推荐

  1. android mediaplayer SurfaceView
  2. Android(安卓)音乐播放器。
  3. android 安装apk代码
  4. Android(安卓)悬浮按钮的简单实现
  5. I2C-Tools 4.0使用说明及android平台移植
  6. android proguard
  7. Android(安卓)检测SD卡应用
  8. android 移送控件
  9. startActivityForResult的用法(Android)
  10. Android(安卓)IntentService 分析