[android-developers] WEBVIEW

2012-08-27 Thread rags
can i use webview to display a website on my page ?? for ex if i am using www.google.com and i make a small search engine app..i simple use webview load url (http:www.google.com); in that case will google sue me.. -- You received this message because you are subscribed to the Google Groups

[android-developers] Applying style dynamically

2011-09-30 Thread Rags
I konw that Applying style dynamically isn't supported. If that is supported, please give me method. thank you. -- 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

[android-developers] android:windowTitleStyle doesn't works for android:gravity = center

2009-12-07 Thread rags
Hi All, Am trying to use a theme to my screen as below. style name=MyTheme parent=android:Theme.Light item name=android:windowNoTitlefalse/item item name=android:windowTitleStyle@style/header_style/ item /style In custom header style(Which is applied to the window title