From 7df99da28d3089dc8bf81b96bce9e0672c9e6ae4 Mon Sep 17 00:00:00 2001 From: Mateusz Lubecki Date: Wed, 16 Dec 2020 20:58:08 +0100 Subject: [PATCH] new layout of wind plot activity --- .idea/vcs.xml | 6 ++ .../activity_station_details_plots_wind.xml | 61 +++++++++++-------- 2 files changed, 40 insertions(+), 27 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_station_details_plots_wind.xml b/app/src/main/res/layout/activity_station_details_plots_wind.xml index 661ffdb..02c860f 100644 --- a/app/src/main/res/layout/activity_station_details_plots_wind.xml +++ b/app/src/main/res/layout/activity_station_details_plots_wind.xml @@ -1,35 +1,42 @@ - - + android:layout_height="match_parent"> - + - + - \ No newline at end of file + + + + + + \ No newline at end of file