From: Damyan Ivanov Date: Wed, 18 Dec 2019 21:51:39 +0000 (+0200) Subject: restore ability to scroll the profile details screen especially when the soft keyboar... X-Git-Tag: v0.12.0~145 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=c135605f1e885c444a4d0850b05b4e0f3c42f44f restore ability to scroll the profile details screen especially when the soft keyboard is visible --- diff --git a/app/src/main/res/layout/activity_profile_detail.xml b/app/src/main/res/layout/activity_profile_detail.xml index 79ab8227..9213f52a 100644 --- a/app/src/main/res/layout/activity_profile_detail.xml +++ b/app/src/main/res/layout/activity_profile_detail.xml @@ -21,9 +21,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:fitsSystemWindows="true" - tools:context=".ui.activity.ProfileDetailActivity" - tools:ignore="MergeRootFrame"> + tools:context=".ui.activity.ProfileDetailActivity">