亚托克斯 2017-05-14 09:23 采纳率: 58.3%
浏览 11246
已采纳

android,怎样让图片浮在布局的最上层,类似css zoom那种

android设计布局遇到一个问题图片说明
想实现image在两个不同背景色的layout的交线位置。
我想的方法是 通过below/above 将image固定在一个Layout下面,然后通过marginTOP=image.heigh/2”。
但结果是layout有一半被压在它没依赖的那个layout下面。
请问这个问题怎么解决

  • 写回答

5条回答 默认 最新

  • 接口的说法 2017-05-15 05:46
    关注

    不知道你的具体的需求情况, 但个人感觉布局合理的话实现不难吧..

     <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical" android:layout_width="match_parent"
        android:layout_height="match_parent">
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical">
            <TextView
                android:id="@+id/t1"
                android:layout_width="match_parent"
                android:layout_height="0dp"
                android:background="#aaf23000"
                android:layout_weight="1"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="0dp"
                android:background="#3aa000"
                android:layout_weight="1"/>
        </LinearLayout>
        <ImageView
            android:layout_width="200dp"
            android:background="#ff0"
            android:layout_height="100dp"
            android:layout_centerInParent="true"/>
    </RelativeLayout>![图片说明](https://img-ask.csdn.net/upload/201705/15/1494827065_839148.png)
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 加氢站氢负荷数据集来源
  • ¥15 umi接入sentry遇到问题
  • ¥15 HBuilderX打包H5网页,扫码模块无法使用
  • ¥15 Javascript跳转页面后,无法执行后面代码,如何解决?
  • ¥15 echarts绘制图表
  • ¥15 请教两个关于高德地图定位不准的技术问题
  • ¥15 根据企业名称 对照两个文件 样本筛选/匹配
  • ¥15 Linux环境下CA证书更新问题
  • ¥15 sqlserver语句提取结果以外数据
  • ¥60 微信小程序如何上传QQ聊天文件