I just want to do that but i don’t know how. This would be in vertical linear layout. I have searched for 3 hours and haven’t found nothing useful yet.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did it earlier with 2 webviews. I did it by using android:layout_weight to 1 for both the web views and it filled up the screen.
if you want just 1 web view, use another linear layout for the remaining items, and set android:layout_weight=”1″ to both the webview and the linear layout.