From 6fdf0266cf33dbcae9ab39762aa283b9df65ad84 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 18 Dec 2018 16:15:37 +0530 Subject: Migrate to AndroidX Signed-off-by: Harsh Shandilya --- app/src/main/res/layout/app_list_dialog_fragment.xml | 2 +- app/src/main/res/layout/config_naming_dialog_fragment.xml | 4 ++-- app/src/main/res/layout/tunnel_detail_fragment.xml | 4 ++-- app/src/main/res/layout/tunnel_detail_peer.xml | 4 ++-- app/src/main/res/layout/tunnel_editor_fragment.xml | 8 ++++---- app/src/main/res/layout/tunnel_editor_peer.xml | 6 +++--- app/src/main/res/layout/tunnel_list_fragment.xml | 8 ++++---- 7 files changed, 18 insertions(+), 18 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/app_list_dialog_fragment.xml b/app/src/main/res/layout/app_list_dialog_fragment.xml index c975778a..50e795d5 100644 --- a/app/src/main/res/layout/app_list_dialog_fragment.xml +++ b/app/src/main/res/layout/app_list_dialog_fragment.xml @@ -30,7 +30,7 @@ android:indeterminate="true" android:visibility="@{appData.isEmpty() ? View.VISIBLE : View.GONE}" /> - - @@ -25,7 +25,7 @@ android:inputType="textNoSuggestions|textVisiblePassword" app:filter="@{NameInputFilter.newInstance()}" /> - + diff --git a/app/src/main/res/layout/tunnel_detail_fragment.xml b/app/src/main/res/layout/tunnel_detail_fragment.xml index 9b06ddd4..34332c2f 100644 --- a/app/src/main/res/layout/tunnel_detail_fragment.xml +++ b/app/src/main/res/layout/tunnel_detail_fragment.xml @@ -32,7 +32,7 @@ android:layout_height="wrap_content" android:orientation="vertical"> - - + - - + diff --git a/app/src/main/res/layout/tunnel_editor_fragment.xml b/app/src/main/res/layout/tunnel_editor_fragment.xml index 3945fffc..db91df2b 100644 --- a/app/src/main/res/layout/tunnel_editor_fragment.xml +++ b/app/src/main/res/layout/tunnel_editor_fragment.xml @@ -24,7 +24,7 @@ type="String" /> - - - + - + diff --git a/app/src/main/res/layout/tunnel_editor_peer.xml b/app/src/main/res/layout/tunnel_editor_peer.xml index 1224ddd3..175c174e 100644 --- a/app/src/main/res/layout/tunnel_editor_peer.xml +++ b/app/src/main/res/layout/tunnel_editor_peer.xml @@ -10,14 +10,14 @@ + type="androidx.databinding.ObservableList<com.wireguard.android.viewmodel.PeerProxy>" /> - - + diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index 38d0dcbd..3a7c1c7a 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -19,14 +19,14 @@ type="com.wireguard.android.util.ObservableKeyedList<String, Tunnel>" /> - - - - + -- cgit v1.2.3