From e496ad2b8273c7a5c1bfa425dcb06107fa1f5d8c Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Thu, 11 Aug 2022 11:32:16 +0300 Subject: [PATCH] Fixed advanced timetable editor layout Signed-off-by: S. Kozyr --- android/res/layout/fragment_timetable.xml | 1 + .../maps/editor/TimetableContainerFragment.java | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/android/res/layout/fragment_timetable.xml b/android/res/layout/fragment_timetable.xml index dc07e46b96..8f55588207 100644 --- a/android/res/layout/fragment_timetable.xml +++ b/android/res/layout/fragment_timetable.xml @@ -15,6 +15,7 @@ android:layout_below="@id/toolbar"/> switchMode()); + mBottomBar = root.findViewById(R.id.v__bottom_bar); } private void switchMode()