zk_lv_account.xml 511 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/zk_lv_account"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@drawable/zk_shape_edit_text"
  7. android:divider="@color/dalan_gray"
  8. android:dividerHeight="@dimen/dalan_edge_width"
  9. android:footerDividersEnabled="true"
  10. android:headerDividersEnabled="true"
  11. android:padding="@dimen/dalan_edge_width"></ListView>