zzz_customer_service.xml 545 B

12345678910111213141516
  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. <include
  7. android:id="@+id/zzz_title"
  8. layout="@layout/zzz_common_title_layout"/>
  9. <include
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:layout_below="@id/zzz_title"
  13. layout="@layout/zzz_dialog_tab_viewpager"/>
  14. </RelativeLayout>