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/

相关推荐
雨白20 分钟前
Jetpack系列(二):Lifecycle与LiveData结合,打造响应式UI
android·android jetpack
kk爱闹2 小时前
【挑战14天学完python和pytorch】- day01
android·pytorch·python
每次的天空4 小时前
Android-自定义View的实战学习总结
android·学习·kotlin·音视频
恋猫de小郭4 小时前
Flutter Widget Preview 功能已合并到 master,提前在体验毛坯的预览支持
android·flutter·ios
断剑重铸之日5 小时前
Android自定义相机开发(类似OCR扫描相机)
android
随心最为安5 小时前
Android Library Maven 发布完整流程指南
android
岁月玲珑5 小时前
【使用Android Studio调试手机app时候手机老掉线问题】
android·ide·android studio
还鮟9 小时前
CTF Web的数组巧用
android
小蜜蜂嗡嗡11 小时前
Android Studio flutter项目运行、打包时间太长
android·flutter·android studio
aqi0011 小时前
FFmpeg开发笔记(七十一)使用国产的QPlayer2实现双播放器观看视频
android·ffmpeg·音视频·流媒体