zzz_my_acoin.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/zzz_local_page_bg">
  7. <include
  8. android:id="@+id/zzz_acoin_title"
  9. layout="@layout/zzz_second_title_layout"/>
  10. <include
  11. android:id="@+id/zzz_money_helper_view"
  12. layout="@layout/zzz_load_helper_view"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:layout_below="@id/zzz_acoin_title"/>
  16. <RelativeLayout
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:layout_below="@id/zzz_acoin_title">
  20. <LinearLayout
  21. android:id="@+id/zzz_money_content"
  22. android:layout_width="match_parent"
  23. android:layout_height="match_parent"
  24. android:orientation="vertical">
  25. <include
  26. style="@style/zzz_MoneyContentMarginStyle"
  27. android:layout_marginTop="@dimen/zzz_zero_pixel"
  28. layout="@layout/zzz_my_acoin_header"
  29. android:layout_width="match_parent"
  30. android:layout_height="@dimen/zzz_money_info_height"/>
  31. <include
  32. style="@style/zzz_MoneyContentMarginStyle"
  33. layout="@layout/zzz_tab_viewpager_content"
  34. android:layout_width="match_parent"
  35. android:layout_height="match_parent"/>
  36. </LinearLayout>
  37. <View
  38. android:layout_width="match_parent"
  39. android:layout_height="@dimen/zzz_title_gradient_height"
  40. android:background="@drawable/zzz_title_gradient"/>
  41. </RelativeLayout>
  42. </RelativeLayout>