<LinearLayout 
  xmlns:android
="http://schemas.android.com/apk/res/android" 
  android:layout_width
="wrap_content" 
  android:layout_height
="wrap_content"> 
 
     
<ListView  
        android:id
="@+id/android:list" 
        android:layout_width
="wrap_content" 
        android:layout_height
="wrap_content" 
        android:divider
="#FFCC00" 
            android:dividerHeight
="4px"/> 
 
</LinearLayout> 
  android:divider
="#FFCC00" 
            android:dividerHeight
="4px"

这两句是关键

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-09-19
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2021-08-03
  • 2022-12-23
  • 2021-11-06
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案