summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_dashboard.xml
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-01-26 17:41:25 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-01-26 17:41:25 +0000
commite1c393d9d69c3ae1be3f9e600b29c8edf12635a1 (patch)
tree6dead7d096a4d15ef75d8e60f7bc4b346320c70c /app/src/main/res/layout/fragment_dashboard.xml
parent10564e2605d03a23fcc1b3728502bd5ffd77cc74 (diff)
parente70807ca9ff87e3b3c237af0b47af5b646a9447d (diff)
Merge branch 'feature/ui_ux_updates' into 'main'
Feature/ui ux updates See merge request e/privacy-central/privacycentralapp!10
Diffstat (limited to 'app/src/main/res/layout/fragment_dashboard.xml')
-rw-r--r--app/src/main/res/layout/fragment_dashboard.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml
index c93b985..3197257 100644
--- a/app/src/main/res/layout/fragment_dashboard.xml
+++ b/app/src/main/res/layout/fragment_dashboard.xml
@@ -28,14 +28,15 @@
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:layout_marginBottom="4dp"
- android:text="@string/dashboard_state_label_off"
+ android:text="@string/dashboard_state_subtitle_off"
android:textColor="@color/orange_off"
android:gravity="center"
/>
<TextView
+ android:id="@+id/state_subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/dashboard_change_state_explanations"
+ android:text="@string/dashboard_state_title_on"
android:gravity="center"
android:textSize="12sp"
android:textColor="@color/grey_text_2"