Browse Source

use same online state color as web and iOS

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 years ago
parent
commit
5437466b75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/res/drawable/online_status.xml

+ 1 - 1
app/src/main/res/drawable/online_status.xml

@@ -26,7 +26,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:android="http://schemas.android.com/apk/res/android"
     tools:ignore="VectorRaster">
     tools:ignore="VectorRaster">
     <path
     <path
-        android:fillColor="#00ff00"
+        android:fillColor="#49b382"
         android:pathData="m12,2c-5.52,0 -10,4.48 -10,10s4.48,10 10,10 10,-4.48 10,-10 -4.48,-10 -10,-10z" />
         android:pathData="m12,2c-5.52,0 -10,4.48 -10,10s4.48,10 10,10 10,-4.48 10,-10 -4.48,-10 -10,-10z" />
 </vector>
 </vector>