是的,AndroidX仍然允许使用RelativeLayout。以下是一个示例代码:
在上面的例子中,我们使用RelativeLayout作为根布局,并使用layout_centerInParent属性将TextView居中显示,并使用layout_below和layout_centerHorizontal属性将Button放置在TextView下方并水平居中显示。这些属性仍然可以在AndroidX中使用。
layout_centerInParent
layout_below
layout_centerHorizontal
上一篇:AndroidX过渡和Cordova,风险和好处是什么?
下一篇:AndroidX和Android Jetpack