From 17add36d15b93d7ba6177dec3b1257b78b768abe Mon Sep 17 00:00:00 2001 From: Oluwadara Abijo Date: Tue, 12 May 2026 14:03:19 +0100 Subject: [PATCH 1/2] fix(ADFA-3837): Show input field above keyboard --- .../res/layout/fragment_git_bottom_sheet.xml | 329 +++++++++--------- 1 file changed, 172 insertions(+), 157 deletions(-) diff --git a/app/src/main/res/layout/fragment_git_bottom_sheet.xml b/app/src/main/res/layout/fragment_git_bottom_sheet.xml index 8eff81abb2..e5c4458ba7 100644 --- a/app/src/main/res/layout/fragment_git_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_git_bottom_sheet.xml @@ -1,171 +1,186 @@ - + android:fillViewport="true"> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + android:layout_marginTop="8dp" + android:hint="@string/commit_summary" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toEndOf="@id/authorAvatar" + app:layout_constraintTop_toBottomOf="@id/guideline_limit"> - + + - - - - - - - - + android:layout_marginTop="8dp" + android:hint="@string/commit_description_optional" + app:layout_constraintTop_toBottomOf="@id/commitSummaryLayout"> - - - - + + + + + + + + + + + + + + + \ No newline at end of file From e2aedadc85d6ca1fd7588baa3a063644d90a08e7 Mon Sep 17 00:00:00 2001 From: Dara Abijo Date: Tue, 12 May 2026 17:23:42 +0100 Subject: [PATCH 2/2] fix(ADFA-3837): Match parent height --- app/src/main/res/layout/fragment_git_bottom_sheet.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_git_bottom_sheet.xml b/app/src/main/res/layout/fragment_git_bottom_sheet.xml index e5c4458ba7..2435a133fe 100644 --- a/app/src/main/res/layout/fragment_git_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_git_bottom_sheet.xml @@ -7,7 +7,7 @@ - \ No newline at end of file +