item_message_notice_detail.xml
1.0 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="54dp"
android:src="@mipmap/message_notice_icon" />
<TextView
android:id="@+id/tv_info"
android:padding="12dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="54dp"
android:layout_marginEnd="44dp"
android:background="@drawable/solid_ff_4"
android:text="十一去哪玩有打算吗您的进度过慢,请抓紧时间学习并完成考试。否则会影响您的任职资格 "
android:textColor="@color/color_252"
android:textSize="15sp" />
</LinearLayout>