Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing device orientation affects the appearance in RTL languages on Android 8.1 #2265

Closed
mmarciniak90 opened this issue Jun 5, 2018 · 2 comments
Labels
bug help wanted Issues that are well-specified and don't require too much context. in progress

Comments

@mmarciniak90
Copy link
Contributor

Software and hardware versions

Collect v1.15.0
Android 8.1
RTL language
'Do not keep activities' turned OFF

Problem description

A part of views are returned to LTR appearance after change device orientation

Steps to reproduce the problem

  1. The user uses RTL language
screenshot_20180605-161231 screenshot_20180605-161221 screenshot_20180605-161217 screenshot_20180605-161336
  1. The user changes device orientation
  2. Views are moved to LTR appearance
screenshot_20180605-161239 screenshot_20180605-161342 screenshot_20180605-161317 screenshot_20180605-161244

Expected behavior

Changing device orientation does not affect the appearance in RTL languages

@lognaturel lognaturel added help wanted Issues that are well-specified and don't require too much context. bug labels Jun 5, 2018
@huangyz0918
Copy link
Contributor

I guess this issue may be the same reason as #2211 . To address that, we may need to build a basic activity (CollectAbstractActivity) and override the onResume() and onPause() like #2212 .

@grzesiek2010
Copy link
Member

@opendatakit-bot claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted Issues that are well-specified and don't require too much context. in progress
Projects
None yet
Development

No branches or pull requests

5 participants