summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_dashboard.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2021-10-29 11:16:29 +0200
committerjacquarg <guillaume.jacquart@hoodbrains.com>2021-10-29 11:16:29 +0200
commit74fb672978043886e261eb66c47658caf05812bb (patch)
tree1fa2c5607e3e8019e1ba1b71f7745152e6f7068a /app/src/main/res/layout/fragment_dashboard.xml
parent9035bac3ff801bb982bf54b02c0e9850d6afbc22 (diff)
Centralise activate IPScrambling funcitonnality
Diffstat (limited to 'app/src/main/res/layout/fragment_dashboard.xml')
-rw-r--r--app/src/main/res/layout/fragment_dashboard.xml9
1 files changed, 8 insertions, 1 deletions
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"
/>
+ <ProgressBar
+ android:id="@+id/state_ip_address_loader"
+ android:layout_width="16dp"
+ android:layout_height="16dp"
+ android:indeterminate="true"
+ android:visibility="visible"/>
</LinearLayout>
</LinearLayout>