mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
14 lines
492 B
XML
14 lines
492 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<style name="UnreadWidgetTextView">
|
||
|
<item name="android:textSize">12sp</item>
|
||
|
<item name="android:textColor">#ffffff</item>
|
||
|
<item name="android:shadowColor">#000000</item>
|
||
|
<item name="android:shadowDy">1</item>
|
||
|
<item name="android:shadowRadius">4.0</item>
|
||
|
<item name="android:paddingBottom">0dp</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|