aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/layout/tunnel_editor_fragment.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-20 13:33:09 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-09-20 13:33:48 +0530
commitdfd8ca6f7983f1fd346bf219f0d643e5a1efc7d2 (patch)
tree1cdc2b82a303b786c89c3e155287bbd9e524aafb /ui/src/main/res/layout/tunnel_editor_fragment.xml
parentui: add navigation hints for D-Pad and IME (diff)
downloadwireguard-android-dfd8ca6f7983f1fd346bf219f0d643e5a1efc7d2.tar.xz
wireguard-android-dfd8ca6f7983f1fd346bf219f0d643e5a1efc7d2.zip
ui: add tooling label for exclusions button
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/layout/tunnel_editor_fragment.xml3
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>