zzz_gift_detail.xml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="@dimen/zzz_activity_width"
  5. android:layout_height="@dimen/zzz_activity_height"
  6. android:orientation="vertical">
  7. <include
  8. android:id="@+id/zzz_title"
  9. layout="@layout/zzz_common_title_layout"/>
  10. <RelativeLayout
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_below="@id/zzz_title">
  14. <LinearLayout
  15. android:id="@+id/zzz_gift_detail_content"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:orientation="vertical"
  19. android:background="@drawable/zzz_dialog_content_shape"/>
  20. <View
  21. android:layout_width="match_parent"
  22. android:layout_height="@dimen/zzz_title_gradient_height"
  23. android:background="@drawable/zzz_title_gradient"/>
  24. </RelativeLayout>
  25. </RelativeLayout>