summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_dashboard.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-12 09:28:00 +0200
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-12 09:28:00 +0200
commitb14d22413713fd865fafb8a53e44fd74017a6279 (patch)
treee59ef6c444ff265fc8c44777ba8c80f88a484cf1 /app/src/main/res/layout/fragment_dashboard.xml
parent5cdeb5520c74fbaab1909dc1876361ed73f11b55 (diff)
5255 Add instructions above leaks diagrams.
Diffstat (limited to 'app/src/main/res/layout/fragment_dashboard.xml')
-rw-r--r--app/src/main/res/layout/fragment_dashboard.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml
index ff64733..d2cb53c 100644
--- a/app/src/main/res/layout/fragment_dashboard.xml
+++ b/app/src/main/res/layout/fragment_dashboard.xml
@@ -168,6 +168,18 @@ android:text="@string/dashboard_state_ipaddress_off"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
/>
+ <TextView
+ android:id="@+id/graph_subtitle"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/graph_subtitle"
+ android:layout_marginLeft="16dp"
+ android:paddingTop="4dp"
+ app:layout_constraintLeft_toLeftOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/graph_title"
+ android:textColor="@color/secondary_text"
+ android:textSize="14sp"
+ />
<com.github.mikephil.charting.charts.BarChart
android:id="@+id/graph"