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/

相关推荐
居然是阿宋4 分钟前
Android XML属性与Jetpack Compose的对应关系(控件基础属性篇)
android
GoatJun25 分钟前
Android ScrollView嵌套RecyclerView 导致RecyclerView数据展示不全问题
android
潜龙95271 小时前
第6.2节 Android Agent开发<二>
android·python·覆盖率数据
网安Ruler2 小时前
代码审计-PHP专题&原生开发&SQL注入&1day分析构造&正则搜索&语句执行监控&功能定位
android
paid槮4 小时前
MySql基础:数据类型
android·mysql·adb
用户2018792831675 小时前
AMS和app通信的小秘密
android
用户2018792831675 小时前
ThreadPoolExecutor之市场雇工的故事
android
诺诺Okami5 小时前
Android Framework-Launcher-InvariantDeviceProfile
android
Antonio9156 小时前
【音视频】Android NDK 与.so库适配
android·音视频
sun00770015 小时前
android ndk编译valgrind
android