You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
Android Version and Device: Motorola Moto X Play with Android 6.0.1
Issue description
I defined a layout XML (ocr_disclaimer_overlay.xml.txt) for some additional info. I specified this XML through the Intent extra, CardIOActivity.EXTRA_SCAN_OVERLAY_LAYOUT_ID. Additionally, my app is set to display in portrait mode only.
When CardIOActivity is launched while holding the device vertically (in portrait), my layout is displayed correctly as shown here:
However, when CardIOActivity is launched while holding the phone horizontally (in landscape), my layout gets misplaced as shown here:
What's more, after rotating the phone back from a landscape to a portrait position, the overlay layout stays hidden on the side.
The text was updated successfully, but these errors were encountered:
rexmtorres
added a commit
to rexmtorres/card.io-Android-source
that referenced
this issue
Feb 1, 2018
General information
Issue description
I defined a layout XML (ocr_disclaimer_overlay.xml.txt) for some additional info. I specified this XML through the Intent extra, CardIOActivity.EXTRA_SCAN_OVERLAY_LAYOUT_ID. Additionally, my app is set to display in portrait mode only.
When CardIOActivity is launched while holding the device vertically (in portrait), my layout is displayed correctly as shown here:
However, when CardIOActivity is launched while holding the phone horizontally (in landscape), my layout gets misplaced as shown here:
What's more, after rotating the phone back from a landscape to a portrait position, the overlay layout stays hidden on the side.
The text was updated successfully, but these errors were encountered: