123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="300dp"
- android:layout_height="230dp"
- android:id="@+id/tysdkn_updata_dialog"
- android:layout_gravity="center"
- android:background="@drawable/tysdkn_up_notice_pg"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/tysdkn_up_notice"/>
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_marginTop="10dp"
- android:layout_weight="1"
- android:src="@drawable/tysdkn_up_but"/>
- </LinearLayout>
|