From b37b48b8dc2ad2eb130a002feee84d1a73fad147 Mon Sep 17 00:00:00 2001 From: Eric Kuck Date: Fri, 6 Jul 2018 16:02:48 -0500 Subject: Switch from ListView to RecyclerView Signed-off-by: Eric Kuck --- app/src/main/res/layout/tunnel_list_fragment.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout/tunnel_list_fragment.xml') diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index 29b6fe08..cad2e094 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -10,6 +10,10 @@ name="fragment" type="com.wireguard.android.fragment.TunnelListFragment" /> + + @@ -21,13 +25,14 @@ android:layout_height="match_parent" android:background="?android:attr/colorBackground"> - + app:layout="@{@layout/tunnel_list_item}" + app:configurationHandler="@{rowConfigurationHandler}" />