default role color if not provided

fixes sk22#430
This commit is contained in:
sk
2023-02-16 16:42:47 +01:00
parent a00ca599c1
commit c05d0b600e
2 changed files with 5 additions and 3 deletions

View File

@@ -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>