大家好,又见面了,我是你们的朋友全栈君。
ConstraintLayout 下 layout_marginLeft 属性无效问题
需要添加 app:layout_constraintLeft_toLeftOf=”parent” 属性
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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"
tools:context=".MainActivity">
<com.hrm.baidusdk.customize.DragFloatActionButton
android:id="@+id/floatButton"
android:layout_width="50dp"
android:layout_height="50dp"
android:background="@color/colorAccent"
android:clickable="true"
tools:ignore="MissingConstraints,RtlSymmetry"
android:focusable="true"
android:layout_marginLeft="50dp"
app:layout_constraintLeft_toLeftOf="parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/155109.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...