第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

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

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

牛魔王的故事 2021-06-21 17:05:11
即使我更改了邊距,我的模擬器中小部件的位置也在發(fā)生變化,但它仍然處于不同的位置。我該如何解決?我的 XML 代碼似乎與 UI 不匹配,其他布局似乎沒(méi)問(wèn)題,這是我唯一遇到問(wèn)題的布局。謝謝你的幫助 :)這是我的 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 關(guān)注
  • 186 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)