diff --git a/app/src/main/res/layout/chapters_controller.xml b/app/src/main/res/layout/chapters_controller.xml index 6217ad42b..41e15b4ec 100644 --- a/app/src/main/res/layout/chapters_controller.xml +++ b/app/src/main/res/layout/chapters_controller.xml @@ -47,7 +47,8 @@ android:id="@+id/action_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_gravity="bottom" /> + android:layout_gravity="bottom" + app:layout_dodgeInsetEdges="bottom" /> @@ -12,7 +13,8 @@ android:id="@+id/action_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_gravity="bottom" /> + android:layout_gravity="bottom" + app:layout_dodgeInsetEdges="bottom" /> + android:layout_gravity="bottom" + app:layout_dodgeInsetEdges="bottom" />