diff options
-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> |