我正在使用Android Studio 2.3.3并创建应用程序。我有一个使用约束布局组成的注册页面,如下所示:
这是我想要在所有设备上查看的方式,但是,在我的OnePlus 2上进行测试时,布局将变为以下内容:
正如您在我的设备上看到的那样,在最后一个EditText和Button之间有一堆空格。
图片查看XML属性
android:id="@+id/imageProfile"
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_marginBottom="8dp"
android:layout_marginEnd="16dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginStart="16dp"
android:layout_marginTop="8dp"
android:adjustViewBounds="false"
android:cropToPadding="false"
android:src="@mipmap/ic_launcher"
app:civ_border_color="#FF000000"
app:civ_border_width="2dp"
app:layout_constraintBottom_toTopOf="@+id/btnRegister"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/txtPasswordConfirm"
app:layout_constraintVertical_bias="0.5"
我的ImageView被设置为设定高度,这可能是原因,但我如何让它调整更大的屏幕?
文件夹结构
如何解决此问题?任何帮助表示赞赏。 提前致谢。
答案 0 :(得分:1)
像这样:
chrome://flags