1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res/drawable/thread_count_box_dark.xml
2012-11-24 13:22:21 -05:00

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>