diff options
Diffstat (limited to 'app/src/main')
-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" |