From: Damyan Ivanov Date: Mon, 26 Apr 2021 04:37:20 +0000 (+0000) Subject: fix profile editor's bottom part getting overlapped by the soft keyboard X-Git-Tag: v0.18.0~14 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=997d64e7866a89e9ee7447df780867a802a9168f fix profile editor's bottom part getting overlapped by the soft keyboard --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 81183ea6..c09c5fd8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -58,7 +58,7 @@ android:name=".ui.profiles.ProfileDetailActivity" android:label="@string/title_profile_details" android:parentActivityName=".ui.activity.MainActivity" - android:windowSoftInputMode="stateVisible" /> + android:windowSoftInputMode="stateVisible|adjustResize" /> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_profile_detail.xml b/app/src/main/res/layout/activity_profile_detail.xml index 4184146a..0a379e08 100644 --- a/app/src/main/res/layout/activity_profile_detail.xml +++ b/app/src/main/res/layout/activity_profile_detail.xml @@ -22,6 +22,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".ui.profiles.ProfileDetailActivity" + android:fitsSystemWindows="false" >