summaryrefslogtreecommitdiff
path: root/res/layout/activity_provider_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/activity_provider_list.xml')
-rw-r--r--res/layout/activity_provider_list.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/activity_provider_list.xml b/res/layout/activity_provider_list.xml
new file mode 100644
index 00000000..6a6dafec
--- /dev/null
+++ b/res/layout/activity_provider_list.xml
@@ -0,0 +1,10 @@
+<fragment xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/provider_list"
+ android:name="se.leap.leapclient.ProviderListFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
+ tools:context=".ProviderListActivity"
+ tools:layout="@android:layout/list_content" />