Android线性布局的divider属性
Android线性布局的divider属性就是将控件之间隔开。废话不多说,直接看结果android:divider="@drawable/xxxxxx"<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:too