diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 11:34:57 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 11:51:59 +0100 |
commit | 2ea0e99f1bcec61e1a94bb7c35605fca49c53d1c (patch) | |
tree | cb4acda9ccb676dd60eb7ab95d3769ff7796622c /app/src/main/res/layout/fragment_dashboard.xml | |
parent | 95f0c8fb06bd1aa57702f56f2c736e9718597080 (diff) |
Integrate trackers module, small UI fixes
Diffstat (limited to 'app/src/main/res/layout/fragment_dashboard.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 6976948..c93b985 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -213,7 +213,7 @@ android:text="@string/dashboard_state_ipaddress_off" android:layout_height="88dp" app:icon="@{@drawable/ic_tracked}" app:title="@{@string/dashboard_am_i_tracked_title}" - app:subTitle='@{""}' + app:subTitle='@{@string/trackers_title}' /> <View android:layout_width="match_parent" |