[AC-5787] Android: DrawerLayout RTL Support in android 8
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-07-04T18:11:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Ahmed Mohamed |
Assignee | Shak Hossain |
Created | 2018-06-28T19:03:36.000+0000 |
Updated | 2018-09-16T02:53:36.000+0000 |
Description
The DrawerLayout behavior can't support RTL as well if running on Android Oreo 8.1
- The Hamburger icon should be on the right of the toolbar
- The LeftView opened from the right side
Attachments
File | Date | Size |
---|---|---|
Hamburger Icon in RTL.jpg | 2018-08-11T16:51:20.000+0000 | 41970 |
LeftView in LTR.png | 2018-08-11T16:51:20.000+0000 | 232584 |
LeftView in RTL.png | 2018-08-11T16:51:18.000+0000 | 143243 |
Hello, Please share a full reproducible sample code that can be used to generate the issue. Thanks.
No sample code needed here to check this issue. - Just add Drawer Layout to your window. - Then change your mobile or emulator language to be Arabic. If your Android version < 8.0 Then you will see the Hamburger menu icon on the right of the toolbar If your Android version >= 8.0 Then you will see the Hamburger menu icon on the left of the toolbar.
@Sharif AbuDarda @Shak Hossain please check it again.