From 4b376b721f1a8eea4e26356942b187e0862beed1 Mon Sep 17 00:00:00 2001
From: jacquarg <guillaume.jacquart@hoodbrains.com>
Date: Tue, 29 Mar 2022 08:46:49 +0200
Subject: 5162 uppercase on features state on dashboard.

---
 app/src/main/res/layout/fragment_dashboard.xml | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'app/src')

diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml
index 83932b1..53ec617 100644
--- a/app/src/main/res/layout/fragment_dashboard.xml
+++ b/app/src/main/res/layout/fragment_dashboard.xml
@@ -79,6 +79,7 @@
                         android:textSize="12sp"
                         android:textColor="@color/secondary_text"
                         android:layout_marginBottom="8dp"
+                        android:textAllCaps="true"
                         />
                     <TextView
                         android:id="@+id/state_trackers"
@@ -104,6 +105,7 @@
                         android:textSize="12sp"
                         android:textColor="@color/secondary_text"
                         android:layout_marginBottom="8dp"
+                        android:textAllCaps="true"
                         />
                     <TextView
                         android:id="@+id/state_geolocation"
@@ -129,6 +131,7 @@
                         android:textSize="12sp"
                         android:textColor="@color/secondary_text"
                         android:layout_marginBottom="8dp"
+                        android:textAllCaps="true"
                         />
                     <TextView
                         android:id="@+id/state_ip_address"
-- 
cgit v1.2.1