Вот мое веб-представление (без содержимого) в Galaxy Note: http://i.stack.imgur.com/YebnZ.png
Я не могу найти способ использовать все пробелы.
Я пытался создать папки макетов с разрешениемимя (hdpi, ...), но оно не работает: (
Вот код моей раскладки:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<WebView
android:id="@+id/webview_main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1.0"
android:scrollbars="none" />
</LinearLayout>
Может ли кто-нибудь помочь мне занять все место на экране?