Android弹性收缩自适应布局FlexboxLayout

Android弹性收缩自适应布局FlexboxLayout


其在github上的项目主页:https://github.com/google/flexbox-layout

使用前先添加引用:

dependencies {
    implementation 'com.google.android:flexbox:0.3.2'
}

写一个布局演示:




    

    


    


    

    

    

    

    


    

代码运行结果输出:

Android弹性收缩自适应布局FlexboxLayout_第1张图片


app:layout_order

默认值是1,值越小,越靠前排列,越大,越排到后面。

你可能感兴趣的:(Android弹性收缩自适应布局FlexboxLayout)