zk_activity_customer_service.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:background="#fff5f3f6"
  6. android:orientation="horizontal">
  7. <ListView
  8. android:id="@+id/zk_float_btn_cs_listview"
  9. android:layout_width="fill_parent"
  10. android:layout_height="wrap_content"
  11. android:layout_centerHorizontal="true"
  12. android:divider="#ffededed"
  13. android:dividerHeight="0.5dip"
  14. android:scrollbars="none" />
  15. <TextView
  16. android:id="@+id/zk_float_btn_tv_version"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:layout_alignParentBottom="true"
  20. android:layout_centerHorizontal="true"
  21. android:layout_marginBottom="10.0dip"
  22. android:background="@drawable/zk_sdk_version_bg"
  23. android:gravity="center"
  24. android:text="SDK 版本:xxx"
  25. android:textColor="#ffcccccc" />
  26. </RelativeLayout>