Skip to content

Commit

Permalink
Merge pull request #217 from caarmen/adjust-soft-input-mode
Browse files Browse the repository at this point in the history
Use adjustResize instead of adjustPan.
  • Loading branch information
caarmen authored Jan 5, 2025
2 parents a1fd448 + c9ec0a9 commit 4dac388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ android {
namespace "ca.rmen.android.poetassistant"
minSdkVersion 21
targetSdkVersion 35
versionCode 113100
versionName "1.31.0"
versionCode 113101
versionName "1.31.1"
// setting vectorDrawables.useSupportLibrary = true means pngs won't be generated at
// build time: http://android-developers.blogspot.fr/2016/02/android-support-library-232.html
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 4dac388

Please sign in to comment.