亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

模擬器中視圖的位置與布局不同

模擬器中視圖的位置與布局不同

牛魔王的故事 2021-06-21 17:05:11
即使我更改了邊距,我的模擬器中小部件的位置也在發生變化,但它仍然處于不同的位置。我該如何解決?我的 XML 代碼似乎與 UI 不匹配,其他布局似乎沒問題,這是我唯一遇到問題的布局。謝謝你的幫助 :)這是我的 xml 代碼:<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:background="@drawable/bg"tools:context=".LoadingScreen"tools:layout_editor_absoluteY="25dp"><TextView    android:id="@+id/scissors"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_marginBottom="172dp"    android:layout_marginEnd="30dp"    android:fontFamily="@font/bungee_inline"    android:text="@string/scissors"    android:textColor="@color/colorPrimary"    android:textSize="60sp"    app:layout_constraintBottom_toBottomOf="parent"    app:layout_constraintEnd_toEndOf="parent" /><TextView    android:id="@+id/rock"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_marginBottom="17dp"    android:layout_marginEnd="19dp"    android:fontFamily="@font/bungee_inline"    android:text="@string/rock"    android:textColor="@color/colorPrimaryDark"    android:textSize="60sp"    app:layout_constraintBottom_toTopOf="@+id/paper"    app:layout_constraintEnd_toEndOf="@+id/paper" /><TextView    android:id="@+id/paper"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_marginBottom="49dp"    android:fontFamily="@font/bungee_inline"    android:text="@string/paper"    android:textColor="@android:color/holo_red_light"    android:textSize="60sp"    [![enter image description here][1]][1]app:layout_constraintBottom_toTopOf="@+id/scissors"    app:layout_constraintEnd_toEndOf="parent"    app:layout_constraintStart_toStartOf="parent" />這是我的布局和模擬器圖像:
查看完整描述

2 回答

  • 2 回答
  • 0 關注
  • 193 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號