summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_dashboard.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-01-13 09:42:34 +0100
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-01-13 09:42:34 +0100
commit6ac6cfa81ee63300fb57318404b8def0164af144 (patch)
tree1561b07687c435465ad4316840131ad537da28d2 /app/src/main/res/layout/fragment_dashboard.xml
parent10564e2605d03a23fcc1b3728502bd5ffd77cc74 (diff)
Update some wodrings.
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"