mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 16:15:08 -04:00
11 lines
372 B
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>
|