|
@@ -5,23 +5,21 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:padding="7dp">
|
|
android:padding="7dp">
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/notice_currenttime_iv"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_marginStart="3dp"
|
|
|
|
|
- android:layout_marginEnd="5dp"
|
|
|
|
|
- android:src="@mipmap/homepage_mianyangtt" />
|
|
|
|
|
-
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/homepage_notice_layout"
|
|
android:id="@+id/homepage_notice_layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@+id/notice_currenttime_iv"
|
|
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
|
+ android:layout_marginStart="3dp"
|
|
|
|
|
+ android:padding="4dp"
|
|
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
|
|
+ android:src="@mipmap/ic_notify" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -55,15 +53,22 @@
|
|
|
android:textSize="10sp"
|
|
android:textSize="10sp"
|
|
|
android:textColor="#37C1F3"
|
|
android:textColor="#37C1F3"
|
|
|
android:layout_marginEnd="9dp"
|
|
android:layout_marginEnd="9dp"
|
|
|
- android:text="详情"/>
|
|
|
|
|
|
|
+ android:text="查看详情"/>
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/homepage_notice_layout"
|
|
android:layout_below="@+id/homepage_notice_layout"
|
|
|
- android:layout_toRightOf="@+id/notice_currenttime_iv"
|
|
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
|
+ android:padding="4dp"
|
|
|
|
|
+ android:layout_marginStart="3dp"
|
|
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
|
|
+ android:src="@mipmap/ic_trend" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|