From 9035bac3ff801bb982bf54b02c0e9850d6afbc22 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Thu, 28 Oct 2021 22:35:19 +0200 Subject: Update dashboard UI and feature --- app/src/main/res/layout/fragment_dashboard.xml | 472 ++++++++++--------------- 1 file changed, 185 insertions(+), 287 deletions(-) (limited to 'app/src/main/res/layout/fragment_dashboard.xml') diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index effd992..077eaf1 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -1,26 +1,16 @@ + - - - - @@ -30,314 +20,222 @@ android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical" - tools:context=".main.MainActivity" > - - - - - - - + - - + - - - - - - - - - - - - + - - + - - - - - - - - - - - - + - - + - - - - + android:text="@string/dashboard_state_ipaddress_off" + android:textSize="12sp" + android:textColor="@color/black_text" + android:textAllCaps="true" + /> + + - - - - + + - + + + + + + + + + + - - - - - - - - - + android:src="@drawable/dummy_leakage_analytics" + app:layout_constraintTop_toBottomOf="@+id/graph_period" + /> + + + + - - + + - + + + + - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.1