1.这是显示的效果,右上角的叉号被莫名其妙的遮挡住了
2.下面这个是修改后的 使用的是用一个手机
问题就是这么的莫名其妙,在某些手机上显示的就是正常的,但是在某些手机就是非正常显示,开始我也找不到问题的解决办法,不知道是哪里的问题,后来我冷静分析,会不会是布局的问题
我给dialog设置了背景色,测试了一下,结果还是不行,左边的图片就是充不满
这下面是我的布局代码
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible">
<!--marginEnd 和 marginStart是我后来找到了解决方案,按照蓝湖的边距增加的-->
<LinearLayout
android:layout_marginEnd="@dimen/dp_40"
android:layout_marginStart="@dimen/dp_40"
android:id="@+id/imageView2"
android:layout_width="match_parent"
android:layout_height="wra