You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
499 B
13 lines
499 B
4 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<style name="StatusText" parent="@android:style/TextAppearance.Medium">
|
||
|
<item name="android:layout_width">fill_parent</item>
|
||
|
<item name="android:layout_height">wrap_content</item>
|
||
|
<item name="android:textColor">#307697</item>
|
||
|
<item name="android:typeface">serif</item>
|
||
|
<item name="android:textStyle">bold</item>
|
||
|
<item name="android:background">#ffffff</item>
|
||
|
<item name="android:layout_marginTop">15dip</item>
|
||
|
</style>
|
||
|
</resources>
|