therajanmaurya closed pull request #9: fix: keyboard behaviour in
identification upload
URL: https://github.com/apache/fineract-cn-mobile/pull/9
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/app/src/main/res/layout/bottom_sheet_upload_identification_scan_card.xml
b/app/src/main/res/layout/bottom_sheet_upload_identification_scan_card.xml
index 0efb1bf..13a9246 100644
--- a/app/src/main/res/layout/bottom_sheet_upload_identification_scan_card.xml
+++ b/app/src/main/res/layout/bottom_sheet_upload_identification_scan_card.xml
@@ -63,7 +63,8 @@
<EditText
android:hint="@string/description"
android:id="@+id/et_description"
- android:inputType="textMultiLine"
+ android:inputType="text"
+ android:imeOptions="actionDone"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:scrollHorizontally="false"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services