diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-09 06:19:37 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-09 06:19:37 -0500 |
commit | 39ed03f758fdcb22dd01ca576e31b19057ca387a (patch) | |
tree | 829c04cbd18b943e95ea5ee7714001f8d65dba21 /app/src/main/res/layout-land | |
parent | 52cdf3e7e5fb4292d1dfa99ba123701ca7959092 (diff) |
ProfileList: Add the list fragment in code so it knows the layout
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout-land')
-rw-r--r-- | app/src/main/res/layout-land/profile_list_activity.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/layout-land/profile_list_activity.xml b/app/src/main/res/layout-land/profile_list_activity.xml index dc7b5c3b..3f02dcca 100644 --- a/app/src/main/res/layout-land/profile_list_activity.xml +++ b/app/src/main/res/layout-land/profile_list_activity.xml @@ -5,12 +5,11 @@ android:baselineAligned="false" android:orientation="horizontal"> - <fragment - android:name="com.wireguard.android.ProfileListFragment" + <FrameLayout + android:id="@+id/list_container" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="1" - android:tag="list" /> + android:layout_weight="1" /> <FrameLayout android:id="@+id/fragment_container" |