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 | |
parent | 837e4ffac7d9d2c26e474e3c69847fac43e5d577 (diff) |
256 : Add tooltip info about apps lists.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_internet_activity_policy.xml | 8 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_trackers.xml | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_internet_activity_policy.xml b/app/src/main/res/layout/fragment_internet_activity_policy.xml index 328eeae..ee82abf 100644 --- a/app/src/main/res/layout/fragment_internet_activity_policy.xml +++ b/app/src/main/res/layout/fragment_internet_activity_policy.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<layout> -<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" +<layout + xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" + > +<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="@color/background" android:layout_height="match_parent" android:layout_width="match_parent" @@ -103,7 +105,7 @@ <TextView android:id="@+id/ipscrambling_select_apps" android:layout_height="wrap_content" - android:layout_width="match_parent" + android:layout_width="wrap_content" android:layout_marginTop="32dp" android:layout_marginBottom="16dp" android:text="@string/ipscrambling_select_app" 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" |