summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_dashboard.xml
diff options
context:
space:
mode:
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"