diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/main_activity.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml index a4fd7fd1..497aaac3 100644 --- a/app/src/main/res/layout/main_activity.xml +++ b/app/src/main/res/layout/main_activity.xml @@ -6,14 +6,10 @@ android:layout_height="match_parent" tools:context=".activity.MainActivity"> - <fragment + <androidx.fragment.app.FragmentContainerView + android:id="@+id/detail_container" android:name="com.wireguard.android.fragment.TunnelListFragment" android:layout_width="match_parent" android:layout_height="match_parent" - android:tag="LIST" /> - - <FrameLayout - android:id="@+id/detail_container" - android:layout_width="match_parent" - android:layout_height="match_parent" /> + android:tag="LIST"/> </FrameLayout> |