Is there a way to style it? I don't understand why it is drawn black





Zeba Momin wrote:Thanks rciovati for replying.
Can u plzz explain to me how do i change the android:textColorPrimary property ?

<style name="MyCustomStyle" parent="@android:style/Theme">
<item name="android:textColorPrimary">#00000000</item>
</style>
<activity android:name="MyActivity"></activity><activity android:name="MyActivity" android:theme="@style/MyCustomStyle"></activity>

thanks....


Users browsing this forum: No registered users and 6 guests