AJ wrote: > If we try to load local HTML file [through ContentProvider] in which > the css is specified with "import" keyword, the css deoes not get > properly applied.
I am very much *not* a CSS expert. With that in mind: -- have you tried fully-qualifying the URL you use with @import? -- is there a reason you use @import versus a stylesheet <link> element? Also, since I do not see a bug report for this out on http://b.android.com, if you can create a small project that reproduces the error, you might want to open an issue on it, so that it is more likely to get investigated. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

