pop_crm_list.xml 978 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.xzjmyk.pm.activity.view.shadow.ShadowLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. app:sl_cornerRadius="0dp"
  8. app:sl_dx="-1dp"
  9. app:sl_dy="3dp"
  10. app:sl_shadowColor="@color/shadow"
  11. app:sl_shadowRadius="3dp">
  12. <LinearLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:background="@drawable/shape_pop_ll"
  16. android:orientation="vertical"
  17. android:padding="0.5dp">
  18. <ListView
  19. android:id="@+id/mList"
  20. style="@style/ListViewBasic"
  21. android:layout_height="wrap_content"
  22. android:divider="@color/item_line"
  23. android:dividerHeight="0.1dp"></ListView>
  24. </LinearLayout>
  25. </com.xzjmyk.pm.activity.view.shadow.ShadowLayout>