diff options
author | Samuel Holland <samuel@sholland.org> | 2017-12-26 14:12:37 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-06 04:08:01 -0600 |
commit | b7196e328a25a28078906d8afa50ba9636ae7bcb (patch) | |
tree | b7fa6a415b72fad6eacc27abaa500880850e03ff /app/src/main/res/layout | |
parent | 7120df7a4554be86bdaf2b1b024e0053e5a679b3 (diff) |
Rename package bindings -> databinding
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/config_list_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/config_list_fragment.xml b/app/src/main/res/layout/config_list_fragment.xml index d4c5903e..627ecb86 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 @@ <!--suppress AndroidDomInspection --> <variable name="configs" - type="com.wireguard.android.bindings.ObservableSortedMap<String, com.wireguard.config.Config>" /> + type="com.wireguard.android.databinding.ObservableSortedMap<String, com.wireguard.config.Config>" /> </data> <RelativeLayout |