diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-29 08:46:49 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-04-05 08:36:28 +0200 |
commit | 4b376b721f1a8eea4e26356942b187e0862beed1 (patch) | |
tree | e7c3811c9c8cecbd80088311939e06d1465f84d2 /app/src/main/res/layout | |
parent | 881713a440bb4b5654e495c35095448f9ab38474 (diff) |
5162 uppercase on features state on dashboard.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |