问题已经解决。我选用的是AbsoluteLayout方式布局。
<AbsoluteLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:src="@drawable/sample_1" --图片1
android:adjustViewBounds="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="14.5sp" ---绝对位置
android:layout_y ="14.5sp"/>
<ImageView
android:src="@drawable/sample_2" --图片2
android:adjustViewBounds="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="54.5sp" --绝对位置
android:layout_y ="64.5sp"/>
</AbsoluteLayout>

更多相关文章

  1. Android拆分Bitmap完整示例
  2. android bitmap oom
  3. 缩放图片 : matrix.setScale(0.5f,0.5f);
  4. Android(安卓)Gallery获取滑动停止的位置
  5. Android(安卓)将bitmap保存为本地png图片
  6. java.lang.RuntimeException: Unable to start activity Compone
  7. 使用Toast显示提示信息框
  8. Android(安卓)webview实现上传图片的效果(图片压缩)
  9. [Android]调用系统相册获取图片

随机推荐

  1. Android源码 半小时下完Android系统源码
  2. [转]快速切换Android工程版本的方法
  3. [原创]Android在eclipse下出现Failed to
  4. android 8.0 Notification 的处理
  5. android进程创建分析
  6. [转]有关Android线程的学习
  7. Android 内存浅析【管理、机制、分析】
  8. Android双向选择控件DoubleSeekBar使用详
  9. Android_TextView属性XML详解
  10. 每一位Android开发者应该知道的Android体