[Android] Change FrameLayout to FragmentContainerView
Geoffrey Métais
git at videolan.org
Thu Jan 30 10:55:52 CET 2020
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jan 29 17:58:04 2020 +0100| [2406e11d7b99195678eb6c1572f8301527203406] | committer: Nicolas Pomepuy
Change FrameLayout to FragmentContainerView
> https://code.videolan.org/videolan/vlc-android/commit/2406e11d7b99195678eb6c1572f8301527203406
---
application/vlc-android/res/layout/main.xml | 2 +-
application/vlc-android/res/layout/secondary.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/application/vlc-android/res/layout/main.xml b/application/vlc-android/res/layout/main.xml
index 65357ce5d..7c3b9b3bd 100644
--- a/application/vlc-android/res/layout/main.xml
+++ b/application/vlc-android/res/layout/main.xml
@@ -18,7 +18,7 @@
<include layout="@layout/toolbar"/>
- <FrameLayout
+ <androidx.fragment.app.FragmentContainerView
android:id="@+id/fragment_placeholder"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/application/vlc-android/res/layout/secondary.xml b/application/vlc-android/res/layout/secondary.xml
index ef10d179d..8e9464910 100644
--- a/application/vlc-android/res/layout/secondary.xml
+++ b/application/vlc-android/res/layout/secondary.xml
@@ -11,7 +11,7 @@
<include layout="@layout/toolbar"/>
- <FrameLayout
+ <androidx.fragment.app.FragmentContainerView
android:id="@+id/fragment_placeholder"
android:layout_width="match_parent"
android:layout_height="match_parent"
More information about the Android
mailing list