tweak archived-background color, tackles #219

This commit is contained in:
B. Petersen
2019-01-10 15:56:14 +01:00
parent 9537389e4e
commit d39dfd01e0
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<!-- read issue: https://github.com/deltachat/deltachat-android-ii/issues/219 before introducing an attr here. -->
<stroke android:width="2px" android:color="@color/core_light_35"/>
<stroke android:width="2px" android:color="@color/core_light_60"/>
<corners android:radius="1dp"/>
</shape>