default role color if not provided
fixes sk22#430
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="4sp" />
|
||||
<solid android:color="?colorBackgroundLight" />
|
||||
<stroke android:width="2dp" android:color="#00ff00" />
|
||||
<stroke android:width="2dp" android:color="?android:colorAccent" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user