diff options
author | Guillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com> | 2022-09-17 20:12:43 +0200 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com> | 2022-09-20 09:04:47 +0200 |
commit | f44d0f7c4a6db30e4bd29c07c56f2998c7874b51 (patch) | |
tree | e3dda2fc8b13063f423249fa44a19fedcd4f548d /app/src/main/res/layout/fragment_trackers.xml | |
parent | 837e4ffac7d9d2c26e474e3c69847fac43e5d577 (diff) |
256 : Add tooltip info about apps lists.
Diffstat (limited to 'app/src/main/res/layout/fragment_trackers.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_trackers.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_trackers.xml b/app/src/main/res/layout/fragment_trackers.xml index b6d5b7b..0cd5980 100644 --- a/app/src/main/res/layout/fragment_trackers.xml +++ b/app/src/main/res/layout/fragment_trackers.xml @@ -66,6 +66,7 @@ app:period="@{@string/trackers_period_year}" /> <TextView + android:id="@+id/trackers_apps_list_title" android:layout_height="wrap_content" android:layout_width="match_parent" android:layout_marginTop="32dp" |