From 96a397b01da596204e3e9d1ff2dd2c176f76e5b3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 15 Nov 2021 20:42:58 +0100 Subject: improve location status indicator, adapt according to desktop --- .../res/layout/v_location_status_indicator.xml | 196 ++++++++++++++++++--- 1 file changed, 170 insertions(+), 26 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/v_location_status_indicator.xml b/app/src/main/res/layout/v_location_status_indicator.xml index 97b55917..22453167 100644 --- a/app/src/main/res/layout/v_location_status_indicator.xml +++ b/app/src/main/res/layout/v_location_status_indicator.xml @@ -1,49 +1,193 @@ - + android:layout_margin="8dp"> + + + + + + + + + + + + + + + + + - - + + + android:visibility="visible" + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintLeft_toLeftOf="@id/guideline_vertical_fifth" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toTopOf="parent" + android:layout_marginLeft="1dp" + android:layout_marginRight="1dp" + android:layout_marginStart="1dp" + android:layout_marginEnd="1dp" + /> - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3