From 6231bb18acf53342be20470d2b175fd4bb31b9ee Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 7 Nov 2017 23:34:20 -0600 Subject: Bindings: Move to a separate package These are really app-independent reusable classes. Moving them to a separate package helps avoid polluting the main app package, and makes them easier to upgrade. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/layout/config_list_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/config_list_fragment.xml b/app/src/main/res/layout/config_list_fragment.xml index e2a80419..7e8304e6 100644 --- a/app/src/main/res/layout/config_list_fragment.xml +++ b/app/src/main/res/layout/config_list_fragment.xml @@ -7,7 +7,7 @@ + type="com.wireguard.android.bindings.ObservableSortedMap<String, com.wireguard.config.Config>" />