Here's how I do it:
In the manifest:
<application android:icon="@drawable/icon" android:label="@string/
app_name"
android:theme="@style/Theme.Standard">
In the file : res/values/themes.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Standard" parent="android:Theme">
<item
name="android:windowBackground">@drawable/background</item>
<item name="android:windowNoTitle">true</item>
<item name="android:textColor">#AA999999</item>
<item name="android:textSize">20.0sp</item>
</style>
</resources>
-John Coryat
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en