diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-20 13:33:09 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-20 13:33:48 +0530 |
commit | dfd8ca6f7983f1fd346bf219f0d643e5a1efc7d2 (patch) | |
tree | 1cdc2b82a303b786c89c3e155287bbd9e524aafb /ui/src/main/res | |
parent | 7cff4367d7026b5ed2c93fb97735e2146dcecbc1 (diff) |
ui: add tooling label for exclusions button
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r-- | ui/src/main/res/layout/tunnel_editor_fragment.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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" /> </androidx.constraintlayout.widget.ConstraintLayout> </com.google.android.material.card.MaterialCardView> |