android实现箭头流程列表_Android开发关于ExpandableListView上下箭头左右显示的笔记...
釋放雙眼,帶上耳機(jī),聽聽看~!
關(guān)鍵屬性:
android:layoutDirection=""
當(dāng)安卓的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">
布局顯示:
當(dāng)機(jī)器人:的layoutDirection = “l(fā)tr” 時,箭頭在左邊邊顯示(默認(rèn))
布局文件:
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">
布局圖片顯示:
OK了?
總結(jié)
以上是生活随笔為你收集整理的android实现箭头流程列表_Android开发关于ExpandableListView上下箭头左右显示的笔记...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 小米10解锁bl跳过168_2021年小
- 下一篇: android拍照功能无预览,Andro