k-9/res/drawable/thread_count_box_dark.xml

11 lines
372 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@android:color/tertiary_text_dark"/>
<!-- A hack because we can't set the color to a theme attribute like ?attr/messageListThreadCountBackgroundColor" -->
<corners android:radius="4dp"/>
</shape>