1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res/values-sw600dp-land-v14/styles.xml

14 lines
492 B
XML
Raw Normal View History

<?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>