Commit 650fe7f
committed
Apply
This commit ensures the UI correctly adjusts for the on-screen keyboard by:
- Adding `imePadding()` to the `Scaffold` modifier in `DiffCheckerScreen.kt`.
- Setting `android:windowSoftInputMode="adjustResize"` for `MainActivity` in `AndroidManifest.xml`.imePadding and set windowSoftInputMode
1 parent e8c702e commit 650fe7f
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- app/src/main
- java/dev/jahidhasanco/diffly/presentation/screen
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments