diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_dashboard.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 9 |
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> |