瀏覽代碼

修改首页消息红点样式

Pq 5 月之前
父節點
當前提交
6c8cf4decc
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      student/src/main/res/drawable/bg_red_ovil.xml
  2. 1 0
      teacher/src/main/res/drawable/bg_red_ovil.xml

+ 1 - 0
student/src/main/res/drawable/bg_red_ovil.xml

@@ -2,4 +2,5 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="oval">
     <solid android:color="@color/color_ff1313" />
+    <stroke android:width="1dp" android:color="@color/white"/>
 </shape>

+ 1 - 0
teacher/src/main/res/drawable/bg_red_ovil.xml

@@ -2,4 +2,5 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="oval">
     <solid android:color="@color/color_ff1313" />
+    <stroke android:width="1dp" android:color="@color/white"/>
 </shape>