jmpopwindow.xml 857 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:layout_marginLeft="1dp"
  6. android:layout_marginRight="1dp"
  7. android:background="@drawable/jmwhite_bg_buttom_more_count"
  8. android:orientation="vertical" >
  9. <ListView
  10. android:id="@+id/poplist"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_marginLeft="2dp"
  14. android:layout_marginRight="2dp"
  15. android:layout_marginBottom="3dp"
  16. android:fadingEdge="none"
  17. android:divider="#e2e6e9"
  18. android:dividerHeight="0.5dp"
  19. android:cacheColorHint="#00000000"
  20. android:background="@color/jmfont_white"/>
  21. </LinearLayout>