zk_fragment_service.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. style="@style/dalan_right_tab_llyt">
  5. <!--android:background="@drawable/dalan_service_bg"-->
  6. <!--<LinearLayout-->
  7. <!--android:layout_width="wrap_content"-->
  8. <!--android:layout_height="wrap_content">-->
  9. <!--<TextView-->
  10. <!--android:layout_width="wrap_content"-->
  11. <!--android:layout_height="wrap_content"-->
  12. <!--android:text="@string/dalan_service_qq"-->
  13. <!--android:textColor="@color/dalan_blue"-->
  14. <!--android:textSize="@dimen/text_size_12" />-->
  15. <!--<TextView-->
  16. <!--android:text="123456789"-->
  17. <!--android:id="@+id/dalan_tv_service_qq_number"-->
  18. <!--android:layout_width="wrap_content"-->
  19. <!--android:layout_height="wrap_content"-->
  20. <!--android:layout_marginLeft="@dimen/view_padding_8"-->
  21. <!--android:textColor="@color/dalan_blue"-->
  22. <!--android:textIsSelectable="true"-->
  23. <!--android:textSize="@dimen/text_size_12" />-->
  24. <!--</LinearLayout>-->
  25. <!--<LinearLayout-->
  26. <!--android:layout_marginTop="@dimen/margin_12"-->
  27. <!--android:layout_width="wrap_content"-->
  28. <!--android:layout_height="wrap_content">-->
  29. <!--<TextView-->
  30. <!--android:layout_width="wrap_content"-->
  31. <!--android:layout_height="wrap_content"-->
  32. <!--android:text="@string/dalan_service_tel"-->
  33. <!--android:textColor="@color/dalan_orange"-->
  34. <!--android:textSize="@dimen/text_size_12" />-->
  35. <!--<TextView-->
  36. <!--android:id="@+id/dalan_tv_service_tel_number"-->
  37. <!--android:text="10010"-->
  38. <!--android:layout_width="wrap_content"-->
  39. <!--android:layout_height="wrap_content"-->
  40. <!--android:layout_marginLeft="@dimen/view_padding_8"-->
  41. <!--android:textColor="@color/dalan_orange"-->
  42. <!--android:textSize="@dimen/text_size_12" />-->
  43. <!--</LinearLayout>-->
  44. <!--<TextView-->
  45. <!--android:layout_width="wrap_content"-->
  46. <!--android:layout_height="wrap_content"-->
  47. <!--android:layout_marginTop="40dp"-->
  48. <!--android:text="@string/dalan_copy_qq_and_tel"-->
  49. <!--android:textColor="@color/dalan_black"-->
  50. <!--android:textSize="10sp" />-->
  51. <WebView
  52. android:id="@+id/dalan_wv_service"
  53. android:layout_width="match_parent"
  54. android:layout_height="match_parent"></WebView>
  55. </LinearLayout>