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/

相关推荐
sg_knight5 分钟前
Flutter嵌入式开发实战 ——从树莓派到智能家居控制面板,打造工业级交互终端
android·前端·flutter·ios·智能家居·跨平台
Digitally43 分钟前
如何轻松将视频从安卓设备传输到电脑?
android·电脑·音视频
Dola_Pan1 小时前
Android四大组件通讯指南:Kotlin版组件茶话会
android·开发语言·kotlin
hopetomorrow2 小时前
学习路之PHP--webman安装及使用
android·学习·php
aningxiaoxixi2 小时前
android 之 Tombstone
android
移动开发者1号2 小时前
应用启动性能优化与黑白屏处理方案
android·kotlin
移动开发者1号2 小时前
Android处理大图防OOM
android·kotlin
张风捷特烈2 小时前
每日一题 Flutter#4 | 说说组件 build 函数的作用
android·flutter·面试
Harrison_zhu5 小时前
在Android13上添加系统服务的好用例子
android
CV资深专家10 小时前
在 Android 框架中,接口的可见性规则
android