Привет! У меня есть WebView, определенный как приведенный выше:
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="0dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_weight="25" >
<WebView
android:id="@+id/home_banner"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="10dp" />
</LinearLayout>
Когда WebView загружает баннер, он теряет атрибут гравитации, помещая его слева от LinearLAyout, создавая много пустыхпробел справа.
Есть ли способ решить эту проблему?Большое спасибо!