From 0a5a59fdb680f3e47d92b5e8fc4f21a4f4587b1e Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sat, 28 Nov 2020 23:03:53 +0200 Subject: [PATCH] Add scroll view to environment sensor fragment. --- .../layout/fragment_environment_sensor.xml | 392 +++++++++--------- 1 file changed, 199 insertions(+), 193 deletions(-) diff --git a/NucuHub.Android/app/src/main/res/layout/fragment_environment_sensor.xml b/NucuHub.Android/app/src/main/res/layout/fragment_environment_sensor.xml index 5b8d5eb..44ad213 100644 --- a/NucuHub.Android/app/src/main/res/layout/fragment_environment_sensor.xml +++ b/NucuHub.Android/app/src/main/res/layout/fragment_environment_sensor.xml @@ -6,214 +6,220 @@ android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".ui.sensors.SensorsFragment"> - - - - - - - - + app:layout_constraintBottom_toBottomOf="parent"> + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - + + - - - - - - - - - + + + + + + + + + - + android:layout_height="match_parent"> + + + + + + + - + - + \ No newline at end of file