|
@@ -184,6 +184,39 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginTop="@dimen/dp_1"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingLeft="@dimen/dp_13"
|
|
|
+ android:text="群公告"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_notice"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@color/transparent"
|
|
|
+ android:drawableEnd="@drawable/icon_arrow_right"
|
|
|
+ android:drawablePadding="@dimen/dp_12"
|
|
|
+ android:gravity="center_vertical|right"
|
|
|
+ android:paddingLeft="@dimen/dp_15"
|
|
|
+ android:paddingRight="@dimen/dp_15"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text=""
|
|
|
+ android:textColor="@color/color_666666"
|
|
|
+ android:textSize="@dimen/dp_16" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:id="@+id/ll_history_message"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
@@ -299,7 +332,6 @@
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
@@ -312,40 +344,6 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingLeft="@dimen/dp_13"
|
|
|
- android:text="群公告"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_notice"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@color/transparent"
|
|
|
- android:drawableEnd="@drawable/icon_arrow_right"
|
|
|
- android:drawablePadding="@dimen/dp_12"
|
|
|
- android:gravity="center_vertical|right"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
- android:paddingRight="@dimen/dp_15"
|
|
|
- android:singleLine="true"
|
|
|
- android:text=""
|
|
|
- android:textColor="@color/color_666666"
|
|
|
- android:textSize="@dimen/dp_16" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginTop="@dimen/dp_1"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_13"
|
|
|
android:text="投诉"
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_16" />
|