From 74fb672978043886e261eb66c47658caf05812bb Mon Sep 17 00:00:00 2001 From: jacquarg Date: Fri, 29 Oct 2021 11:16:29 +0200 Subject: Centralise activate IPScrambling funcitonnality --- app/src/main/res/layout/fragment_dashboard.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 077eaf1..c97d1a5 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -123,11 +123,18 @@ android:id="@+id/state_ip_address" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/dashboard_state_ipaddress_off" +android:text="@string/dashboard_state_ipaddress_off" android:textSize="12sp" android:textColor="@color/black_text" android:textAllCaps="true" + android:visibility="gone" /> + -- cgit v1.2.1