summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-07 16:55:02 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-07 16:55:02 -0500
commitb5ca7829719fb6860b6228db8994d00b31cc1abd (patch)
treee002c0d56e5dac494c79b9354393cf05abc16e02 /app/src/main/res/layout
parente17c42b72f491d04a9d8c929168e4ad12c921da9 (diff)
ProfileList: Load fragment programmatically
This is necessary to replace it with the profile detail fragment later.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/profile_activity.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/profile_activity.xml b/app/src/main/res/layout/profile_activity.xml
index e408985d..d9b6a1f6 100644
--- a/app/src/main/res/layout/profile_activity.xml
+++ b/app/src/main/res/layout/profile_activity.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<fragment xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/profile_list_fragment"
- android:name="com.wireguard.android.ProfileListFragment"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/list_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />