|
@@ -56,28 +56,29 @@
|
|
|
android:layout_marginLeft="3dp"
|
|
android:layout_marginLeft="3dp"
|
|
|
android:layout_toRightOf="@id/msgs_area"
|
|
android:layout_toRightOf="@id/msgs_area"
|
|
|
android:gravity="center_vertical">
|
|
android:gravity="center_vertical">
|
|
|
-
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/msgs_title_tv"
|
|
|
|
|
|
|
+ android:id="@+id/msgs_time_tv"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
- android:textColor="@color/text_main"
|
|
|
|
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
android:textSize="16sp"
|
|
android:textSize="16sp"
|
|
|
- android:text="通知公告"
|
|
|
|
|
- />
|
|
|
|
|
-
|
|
|
|
|
|
|
+ android:text="刚刚"/>
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/msgs_time_tv"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:id="@+id/msgs_title_tv"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
|
|
+ android:layout_toLeftOf="@id/msgs_time_tv"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
|
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="16sp"
|
|
android:textSize="16sp"
|
|
|
- android:text="刚刚"/>
|
|
|
|
|
|
|
+ android:text="通知公告"
|
|
|
|
|
+ />
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/msgs_content_tv"
|
|
android:id="@+id/msgs_content_tv"
|