summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_dashboard.xml3
-rw-r--r--app/src/main/res/layout/widget.xml1
2 files changed, 4 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"
diff --git a/app/src/main/res/layout/widget.xml b/app/src/main/res/layout/widget.xml
index 6930429..dc3ac16 100644
--- a/app/src/main/res/layout/widget.xml
+++ b/app/src/main/res/layout/widget.xml
@@ -21,6 +21,7 @@
android:layout_width="match_parent"
android:orientation="vertical"
android:background="@drawable/bg_widget"
+ android:id="@+id/widget_container"
>
<LinearLayout
android:layout_width="match_parent"