zzz_grab_gameticket.xml 691 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  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. <LinearLayout
  11. android:id="@+id/zzz_content"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:orientation="vertical"
  15. android:background="@drawable/zzz_dialog_content_shape">
  16. </LinearLayout>
  17. </LinearLayout>