mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
0ea09b6086
with the "connection view", we already have a green indicating sth. as "online", reuse that. (the green used before is a bit too much of a muted color, this does not reflect "activity" well) i came over that when playing around with the layout on ios; ios uses the same color now. also many other apps use a similar, less muted green for "activity" or "online".
9 lines
201 B
XML
9 lines
201 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<solid android:color="@color/recently_seen_dot" />
|
|
|
|
</shape>
|