Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hibbe <dev@mhibbe.de>2022-02-24 15:32:37 +0300
committerMarcel Hibbe <dev@mhibbe.de>2022-02-25 14:11:43 +0300
commit5437466b75c14361fa0b66a108d13971ca0d9341 (patch)
tree4c3e3a5bda461c490327b26554cd3fda7b6cf054 /app/src/main/res/drawable
parent1da8c3b206be3e5cd1e3596c070fa672f869d1b1 (diff)
use same online state color as web and iOS
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/online_status.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/online_status.xml b/app/src/main/res/drawable/online_status.xml
index 694071933..6d627e81d 100644
--- a/app/src/main/res/drawable/online_status.xml
+++ b/app/src/main/res/drawable/online_status.xml
@@ -26,7 +26,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
tools:ignore="VectorRaster">
<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" />
</vector>