Sfoglia il codice sorgente

修改老师端部分声部筛选弹窗样式问题

Pq 1 anno fa
parent
commit
2dc2a74f86

+ 7 - 6
BaseLibrary/src/main/res/layout/notice_popu_list_item.xml

@@ -4,6 +4,13 @@
     android:layout_height="wrap_content"
     android:orientation="vertical">
 
+    <View
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/dp_1"
+        android:layout_marginStart="@dimen/dp_12"
+        android:layout_marginEnd="@dimen/dp_12"
+        android:background="@color/color_ededed" />
+
     <TextView
         android:id="@+id/tv_title"
         android:layout_width="match_parent"
@@ -16,11 +23,5 @@
         android:textColor="@color/black_333"
         android:textSize="@dimen/dp_16" />
 
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="@dimen/dp_1"
-        android:layout_marginStart="@dimen/dp_12"
-        android:layout_marginEnd="@dimen/dp_12"
-        android:background="@color/color_ededed" />
 
 </LinearLayout>