Well, I'm not sure if it is what you want, but you can use the WebView component ( http://developer.android.com/intl/de/reference/android/webkit/WebView.html) to load a HTML page inside your application. (and, of course, the CSS used by the HTML page)
-- Felipe Silveira http://www.felipesilveira.com.br ------------------------------------------------- On Tue, Apr 20, 2010 at 7:55 AM, Santha <[email protected]> wrote: > Can we import the CSS style sheets in to our android application. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

