Я знаю, что в моем xml вы добавите ширину без проблем ... проверьте это.
вы увидите, что я использую wrap_content в моей базе LinearLayout
<LinearLayout android:orientation="horizontal" android:background="@drawable/dailygoal"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:padding="3px"
>
<WebView
android:id="@+id/dailygoalswebview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:padding="20px"
>
</WebView>
</LinearLayout>
Я только что применил вышеупомянутый xml к моему макету main.xml ... надеюсь, вам удачи ..