diff --git a/app/src/main/res/layout-land/activity_dashboard_mobile.xml b/app/src/main/res/layout-land/activity_dashboard_mobile.xml index 9e8320ffe8..f072c35bcc 100644 --- a/app/src/main/res/layout-land/activity_dashboard_mobile.xml +++ b/app/src/main/res/layout-land/activity_dashboard_mobile.xml @@ -15,179 +15,187 @@ android:layout_height="match_parent"> - - - - - - - - - - - - + + - + android:layout_height="?attr/actionBarSize" + android:background="?colorPrimary" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - - - - - - - - - + + + + + + + + + + + + + app:layout_constraintTop_toBottomOf="@id/toolbar"> - + + + + + + + + + app:layout_constraintTop_toTopOf="parent"> - + + - - + + + + + + + - - - - - + app:forceShowAnalytics="true" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="@id/guideline625" + app:menu="@menu/navigation_dashboard_landscape_menu" /> + \ No newline at end of file diff --git a/app/src/main/res/layout-land/activity_event_capture.xml b/app/src/main/res/layout-land/activity_event_capture.xml index ed0da89ffa..89420b899c 100644 --- a/app/src/main/res/layout-land/activity_event_capture.xml +++ b/app/src/main/res/layout-land/activity_event_capture.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools"> + @@ -15,236 +16,244 @@ android:layout_height="match_parent"> - - + android:layout_height="match_parent" + android:background="?colorPrimary"> - + - - - - - - - - - + - - + - + - - - + - - - - - - - - - + - + + + + + + + + + - + app:layout_constraintTop_toBottomOf="@id/top_dummy_view" /> + + + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/activityToolbar"> + - + + + + + + + app:layout_constraintTop_toTopOf="parent"> - - - - - + android:background="@color/white" + android:elevation="3dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@id/guideline625" + app:layout_constraintStart_toEndOf="@id/guideline25" + app:layout_constraintTop_toTopOf="parent"> + + + - + + + app:layout_constraintStart_toEndOf="@id/guideline625" + app:layout_constraintTop_toTopOf="parent"> + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_dashboard_mobile.xml b/app/src/main/res/layout/activity_dashboard_mobile.xml index 4d19f002f0..69d365c0c3 100644 --- a/app/src/main/res/layout/activity_dashboard_mobile.xml +++ b/app/src/main/res/layout/activity_dashboard_mobile.xml @@ -21,118 +21,126 @@ android:layout_height="match_parent"> - - - - - - + android:layout_height="match_parent" + android:background="?colorPrimary"> - - - - - + + + + + + + + + + + + + + + + + + + + - - + app:layout_constraintTop_toBottomOf="@id/toolbar" /> - - + app:forceShowAnalytics="true" + app:layout_constraintBottom_toBottomOf="parent" + app:menu="@menu/navigation_dashboard_menu" /> - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/activity_event_capture.xml b/app/src/main/res/layout/activity_event_capture.xml index b6a62c437b..c9a1c21015 100644 --- a/app/src/main/res/layout/activity_event_capture.xml +++ b/app/src/main/res/layout/activity_event_capture.xml @@ -16,135 +16,143 @@ android:layout_height="match_parent"> - - - - + android:layout_height="match_parent" + android:background="?colorPrimary"> + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + app:forceShowAnalytics="true" + app:layout_constraintBottom_toBottomOf="parent" + app:menu="@menu/navigation_event_menu" /> - + android:layout_marginTop="10dp" + android:visibility="gone" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintTop_toTopOf="@id/eventViewPager" /> - - - - - - - - - - - \ No newline at end of file