tysdkn_show_dialog_updata.xml 826 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="300dp"
  6. android:layout_height="230dp"
  7. android:id="@+id/tysdkn_updata_dialog"
  8. android:layout_gravity="center"
  9. android:background="@drawable/tysdkn_up_notice_pg"
  10. android:orientation="vertical">
  11. <ImageView
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:background="@drawable/tysdkn_up_notice"/>
  15. <ImageView
  16. android:layout_width="match_parent"
  17. android:layout_height="0dp"
  18. android:layout_marginTop="10dp"
  19. android:layout_weight="1"
  20. android:src="@drawable/tysdkn_up_but"/>
  21. </LinearLayout>