7da0810b31d14d5524a90ae433c9a7c809c29a04.svn-base 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. android:id="@+id/wg_address_tab_view_root"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:background="#ffffff"
  8. android:orientation="vertical"
  9. tools:ignore="ResourceName">
  10. <LinearLayout
  11. android:id="@+id/wg_address_tab_view_layout"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:orientation="horizontal">
  15. </LinearLayout>
  16. <RelativeLayout
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:gravity="center_vertical">
  20. <ImageView
  21. android:id="@+id/wg_address_tab_view_line"
  22. android:layout_width="wrap_content"
  23. android:layout_height="@dimen/space_4"
  24. android:background="#222" />
  25. </RelativeLayout>
  26. <View
  27. android:layout_width="match_parent"
  28. android:layout_height="1px"
  29. android:background="#e9e9e9"
  30. android:visibility="gone" />
  31. </LinearLayout>