diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-02-04 17:18:49 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-02-04 17:18:49 +0000 |
commit | 58bf2b3ca3e06b27edf00ac86826482400d9e556 (patch) | |
tree | 3e756ca35eafa874d7066266b1fa1690b6e49035 /app/src/main/res/layout | |
parent | 82b792e6680b9906261f0eb53accff13ac6872ad (diff) | |
parent | bf4ef082cdfce89cc1ce5027b1f70b96b0deac37 (diff) |
Merge branch 'feature/4583_subtitle_status' into 'main'
#4583 fix subtitles wordings on main screen.
See merge request e/privacy-central/privacycentralapp!13
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 3197257..66c738c 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -214,7 +214,6 @@ 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='@{@string/trackers_title}' /> <View android:layout_width="match_parent" @@ -230,7 +229,6 @@ android:text="@string/dashboard_state_ipaddress_off" android:layout_height="88dp" app:icon="@{@drawable/ic_apps_permissions}" app:title="@{@string/dashboard_apps_permissions_title}" - app:subTitle='@{@string/dashboard_apps_permissions_subtitle}' /> <View android:layout_width="match_parent" |