layout_update_nitifacation.xml
1.05 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="match_parent"
android:layout_height="50dp">
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/ico_logo"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="新版本更新"
android:textSize="13sp"
android:textColor="#333"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="正在下载"
android:textSize="12sp"
android:textColor="#999"
android:layout_marginTop="3dp"
/>
</LinearLayout>
</LinearLayout>