File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1010 <activity
1111 android : name =" .MainActivity"
1212 android : configChanges =" orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
13+ android : windowSoftInputMode =" adjustResize"
1314 android : exported =" true" >
1415 <intent-filter >
1516 <action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import androidx.compose.animation.shrinkHorizontally
77import androidx.compose.animation.shrinkVertically
88import androidx.compose.foundation.layout.PaddingValues
99import androidx.compose.foundation.layout.fillMaxSize
10+ import androidx.compose.foundation.layout.imePadding
1011import androidx.compose.foundation.layout.padding
1112import androidx.compose.foundation.layout.statusBarsPadding
1213import androidx.compose.foundation.pager.PagerState
@@ -148,6 +149,7 @@ fun UITest(
148149 }
149150 ) { padding ->
150151 AppHorizontalPager (
152+ modifier = Modifier .imePadding(),
151153 pagerState = pagerState,
152154 topAppBarScrollBehaviorList = topAppBarScrollBehaviorList,
153155 padding = padding,
You can’t perform that action at this time.
0 commit comments