zzz_my_question.xml 527 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <include layout="@layout/zzz_load_helper_view"/>
  6. <com.gionee.gameservice.online.help.MyQuestionListView
  7. android:id="@+id/zzz_listview"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"/>
  10. <include layout="@layout/zzz_no_data"/>
  11. </RelativeLayout>