ttw_pw_list.xml 961 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/ll_pw"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical"
  7. android:background="@drawable/huosdk_bg_bord_rect_2"
  8. android:gravity="center_vertical"
  9. android:elevation="5dp"
  10. android:shadowDx="0"
  11. android:shadowDy="2"
  12. android:shadowColor="#ffcccccc"
  13. >
  14. <ListView
  15. android:id="@+id/lv_pw"
  16. android:layout_width="fill_parent"
  17. android:layout_height="match_parent"
  18. android:listSelector="#00000000"
  19. android:divider="#fff5f5f5"
  20. android:dividerHeight="1dp"
  21. android:focusable="true"
  22. android:paddingLeft="5dip"
  23. android:paddingRight="5dip"
  24. android:scrollbars="none"
  25. android:fadeScrollbars="false"
  26. ></ListView>
  27. </LinearLayout>