Skip to content
Snippets Groups Projects
Commit e9a5b342 authored by s22thong's avatar s22thong
Browse files

fix(UI): fixed MenuBar bottom padding on MainActivity

parent 4c34c396
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:exported="true">
android:exported="true"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
......@@ -6,8 +6,7 @@
android:id="@+id/displayUserActivity"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">
android:fitsSystemWindows="true">
<ScrollView
android:layout_width="match_parent"
......
......@@ -6,14 +6,12 @@
android:id="@+id/mainActivity"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">
<!-- Conteneur où les fragments seront affichés dynamiquement -->
<FrameLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/fragmentContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/windowBackground"/>
android:background="?android:attr/windowBackground" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment