diff options
author | Romain Hunault <romain.hunault@e.email> | 2022-04-05 13:18:59 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2022-04-05 13:18:59 +0000 |
commit | 250da848583f1fbd2d6658339fc758d22c67e938 (patch) | |
tree | 192837a7afdd2e9f0e1606597f5be3b12218dc18 /app/src/main/res/layout | |
parent | 881713a440bb4b5654e495c35095448f9ab38474 (diff) | |
parent | 9eb2eb9d6d0409e511b8dd7c106d0c92b98c4757 (diff) |
Merge branch '5162_wodring_style' into 'main'
5162 wording style, 4907 fix toast widget not resizable, 5179 hide icon
See merge request e/privacy-central/privacycentralapp!37
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/widget.xml | 1 |
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" |