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/

相关推荐
auxor1 小时前
Android 开机动画音频播放优化方案
android
whysqwhw2 小时前
安卓实现屏幕共享
android
深盾科技2 小时前
Kotlin Data Classes 快速上手
android·开发语言·kotlin
一条上岸小咸鱼2 小时前
Kotlin 基本数据类型(五):Array
android·前端·kotlin
whysqwhw2 小时前
Room&Paging
android
whysqwhw3 小时前
RecyclerView超长列表优化
android
Tiger_Hu3 小时前
Android系统日历探索
android
whysqwhw3 小时前
RecyclerView卡顿
android
whysqwhw3 小时前
RecyclerView 与 ListView 在性能优化方面
android
檀越剑指大厂6 小时前
容器化 Android 开发效率:cpolar 内网穿透服务优化远程协作流程
android