[android-developers] Reference styles across apps
Hi All,
I am trying to modify a style used within
"com.android.inputmethod.latin", I have followed the guide here
http://developer.android.com/guide/topics/resources/style-resource.html
but am still unable to reference the style. This is using the T-Mobile
theme engine.
This example works (referencing the framework)
<style name="Widget.ListView.Menu" parent="@android:style/
Widget.ListView.Menu">
<item name="android:divider">@android:drawable/
divider_horizontal_bright</item>
</style>
This returns - "error: Error retrieving parent for item: No resource
found that matches the given name
'@com.android.inputmethod.latin:style/LatinKeyboardBaseView' "
<style name="LatinKeyboardBaseView"
parent="@com.android.inputmethod.latin:style/LatinKeyboardBaseView">
<item name="android:keyTextColor">#FF000000</item>
</style>
Can anyone help me out here? I'm very new to this.
Thanks
Gas
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home