From dfd8ca6f7983f1fd346bf219f0d643e5a1efc7d2 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Sep 2020 13:33:09 +0530 Subject: ui: add tooling label for exclusions button Signed-off-by: Harsh Shandilya --- ui/src/main/res/layout/tunnel_editor_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/main/res/layout/tunnel_editor_fragment.xml b/ui/src/main/res/layout/tunnel_editor_fragment.xml index 34f52d03..59572b32 100644 --- a/ui/src/main/res/layout/tunnel_editor_fragment.xml +++ b/ui/src/main/res/layout/tunnel_editor_fragment.xml @@ -257,7 +257,8 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/mtu_label_layout" - app:rippleColor="?attr/colorSecondary" /> + app:rippleColor="?attr/colorSecondary" + tools:text="4 excluded applications" /> -- cgit v1.2.3-59-g8ed1b