summaryrefslogtreecommitdiff
path: root/res/layout/activity_provider_list.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-02-11 17:32:19 +0100
committerParménides GV <parmegv@sdf.org>2013-02-11 17:32:19 +0100
commit8db161017f55a710bd91aa14fe9c1b24d4efdeab (patch)
tree037a3440d96315535e69958d45f3cd3d2ee20b76 /res/layout/activity_provider_list.xml
parente3acc71aaedfcf97b2adee907b6587e3c1eadf48 (diff)
The newProviderButton gets user to the DialogFragment correctly.
The problem in the previous commit was that I had to modify the fragment layout, instead of that of the Activity. I learnt how to obtain and modify it from here: https://developer.android.com/reference/android/app/ListFragment.html
Diffstat (limited to 'res/layout/activity_provider_list.xml')
-rw-r--r--res/layout/activity_provider_list.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/layout/activity_provider_list.xml b/res/layout/activity_provider_list.xml
deleted file mode 100644
index 6a6dafec..00000000
--- a/res/layout/activity_provider_list.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<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" />