Xamarin.Android项目使用ConstraintLayout约束布局

Xamarin.AndroidX.ConstraintLayout

Xamarin.Android.Support.Constraint.Layout

Xamarin.AndroidX.ConstraintLayout.Solver

Xamarin.AndroidX.DataBinding.ViewBinding

Xamarin.AndroidX.Legacy.Support.Core.UI

Xamarin.AndroidX.Lifecycle.LiveData

![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/fcfbc7e68669473284a2d61c39ec9908.png![在这里插入图片描述](https://file.jishuzhan.net/article/1786920332192387073/79928c93e1d33c778d870b2a9b228cbc.webp)



Xamarin.Android.Support.Constraint.Layout

Xamarin.AndroidX.Legacy.Support.Core.UI

Xamarin.AndroidX.ConstraintLayout.Solver

Xamarin.AndroidX.Lifecycle.LiveData

Xamarin.AndroidX.DataBinding.ViewBinding



<?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">

</androidx.constraintlayout.widget.ConstraintLayout>

https://www.c-sharpcorner.com/article/how-to-use-constraint-layout-in-xamarin-android/

相关推荐
水瓶丫头站住30 分钟前
安卓APP如何适配不同的手机分辨率
android·智能手机
xvch1 小时前
Kotlin 2.1.0 入门教程(五)
android·kotlin
xvch5 小时前
Kotlin 2.1.0 入门教程(七)
android·kotlin
望风的懒蜗牛5 小时前
编译Android平台使用的FFmpeg库
android
浩宇软件开发6 小时前
Android开发,待办事项提醒App的设计与实现(个人中心页)
android·android studio·android开发
ac-er88886 小时前
Yii框架中的多语言支持:如何实现国际化
android·开发语言·php
苏金标7 小时前
The maximum compatible Gradle JVM version is 17.
android
zhangphil7 小时前
Android BitmapShader简洁实现马赛克,Kotlin(一)
android·kotlin
iofomo11 小时前
Android平台从上到下,无需ROOT/解锁/刷机,应用级拦截框架的最后一环,SVC系统调用拦截。
android
我叫特踏实12 小时前
SensorManager开发参考
android·sensormanager