summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/a_provider_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/a_provider_list.xml')
-rw-r--r--app/src/main/res/layout/a_provider_list.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/app/src/main/res/layout/a_provider_list.xml b/app/src/main/res/layout/a_provider_list.xml
deleted file mode 100644
index 867d6d8d..00000000
--- a/app/src/main/res/layout/a_provider_list.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/provider_list_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".providersetup.ProviderListActivity"
- android:padding="@dimen/stdpadding"
- style="@style/BitmaskActivity"
- tools:viewBindingIgnore="true">
-
- <include layout="@layout/v_loading_screen" />
-
- <LinearLayout
- android:id="@+id/content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <se.leap.bitmaskclient.base.views.ProviderHeaderView
- android:id="@+id/header"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
- <ListView
- android:id="@+id/provider_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:drawSelectorOnTop="false"
- android:layout_marginTop="@dimen/standard_margin"
- />
-
- </LinearLayout>
-
-</RelativeLayout>