如何在 flexbox-layout 中改变项目的方向
How to change direction of items in flexbox-layout
我想在我的 android 应用程序中使用 flex-layout,但在 pre-17 API 设备中是从右到左的方向。有人可以帮我吗?
使用这个:
app:flexDirection="row_reverse"
我想在我的 android 应用程序中使用 flex-layout,但在 pre-17 API 设备中是从右到左的方向。有人可以帮我吗?
使用这个:
app:flexDirection="row_reverse"