From ade8f18a9550b340904cc608029c0fa4fe7186c0 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 25 Mar 2020 18:13:07 -0600 Subject: xml: cleanup Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/layout/tunnel_list_fragment.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ui/src/main/res/layout/tunnel_list_fragment.xml') diff --git a/ui/src/main/res/layout/tunnel_list_fragment.xml b/ui/src/main/res/layout/tunnel_list_fragment.xml index c8144dbb..c790c30c 100644 --- a/ui/src/main/res/layout/tunnel_list_fragment.xml +++ b/ui/src/main/res/layout/tunnel_list_fragment.xml @@ -38,8 +38,8 @@ app:configurationHandler="@{rowConfigurationHandler}" app:items="@{tunnels}" app:layout="@{@layout/tunnel_list_item}" - tools:listitem="@layout/tunnel_list_item" - tools:itemCount="12" /> + tools:itemCount="12" + tools:listitem="@layout/tunnel_list_item" /> +