释放双眼,带上耳机,听听看~!

关键属性:

android:layoutDirection=""

当安卓的layoutDirection = “rtl” 时,箭头在右边显示

布局:

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@color/backgroundColor"

android:orientation="vertical">

android:id="@+id/expand_list_view"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:layoutDirection="rtl">

布局显示:

c7f23d1d082af45965778725554eb9cd.png

当机器人:的layoutDirection = “ltr” 时,箭头在左边边显示(默认)

布局文件:

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@color/backgroundColor"

android:orientation="vertical">

android:id="@+id/expand_list_view"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:layoutDirection="ltr">

布局图片显示:

a316dbd4eca224da40297d02d42d1f98.png

OK了〜

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐