V
Size: a a a
V
RC
Ч
I
RC
Ч
V
EG
Y
BT
a
a
a
d
a
d
a
a
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</ScrollView>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/button_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:menu="@menu/chapter_bottom" />
</LinearLayout>
d
Я
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</ScrollView>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/button_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:menu="@menu/chapter_bottom" />
</LinearLayout>