Advertisement

Android开发ConstraintLayout动态控制约束布局已踩坑跟Compose类似

阅读量:

先展示效果示意图作为开场

接下来观察约束布局的具体内容如下:

复制代码
 <?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:id="@+id/cl_box"
    
     android:layout_height="match_parent"
    
     tools:context=".MainActivity">
    
  
    
     <Te

全部评论 (0)

还没有任何评论哟~