Re: [android-developers] Re: How to set android:fillViewport=true for scrool view programatically?

2012-09-04 Thread Justin Anderson
Interesting... If you look at the documentation for the fillViewport attribute it actually gives you the answer to your question... How about that! https://developer.android.com/reference/android/widget/ScrollView.html#attr_android:fillViewport Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: How to set android:fillViewport=true for scrool view programatically?

2012-09-04 Thread ravi saini
in webview you can set like this - webview.setusewideviewport(true); -- 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] Re: How to set android:fillViewport=true for scrool view programatically?

2012-09-02 Thread Aleksandr Krasnoperov
понедельник, 19 сентября 2011 г., 13:29:44 UTC+4 пользователь Krishna Prasad написал: Hi all, I had a problem in my linear layout which is inside a scroll view .The background image is not showing in full screen. My sample code is ScrollView sv = new ScrollView(this);