- <?xml version="1.0" encoding="utf-8"?>
- <ListView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/zk_lv_account"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/zk_shape_edit_text"
- android:divider="@color/dalan_gray"
- android:dividerHeight="@dimen/dalan_edge_width"
- android:footerDividersEnabled="true"
- android:headerDividersEnabled="true"
- android:padding="@dimen/dalan_edge_width"></ListView>
|