android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="50dp"
android:elevation="5dp"
/>
<include layout="@layout/toolbar_auto_main" />
<WebView
android:id="@+id/web_view_content"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
Отвечаю сам на свой вопрос
Обсуждают сегодня