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 @@ ...@@ -19,7 +19,8 @@
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true"> android:exported="true"
android:windowSoftInputMode="adjustPan">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
android:id="@+id/displayUserActivity" android:id="@+id/displayUserActivity"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:fitsSystemWindows="true" android:fitsSystemWindows="true">
tools:context=".MainActivity">
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
android:id="@+id/mainActivity" android:id="@+id/mainActivity"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity"> tools:context=".MainActivity">
<!-- Conteneur où les fragments seront affichés dynamiquement --> <androidx.constraintlayout.widget.ConstraintLayout
<FrameLayout
android:id="@+id/fragmentContainer" android:id="@+id/fragmentContainer"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?android:attr/windowBackground"/> android:background="?android:attr/windowBackground" />
</androidx.coordinatorlayout.widget.CoordinatorLayout> </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