diff options
| author | 2013-01-17 11:26:18 -0800 | |
|---|---|---|
| committer | 2013-01-17 11:26:18 -0800 | |
| commit | b714100560c7a6b2a85b2704ef4a15ae0c472a3d (patch) | |
| tree | 2557b65c80fbebd2f6909a17c5cae26d26237a6a /libs/hwui/ProgramCache.cpp | |
| parent | 18d9824be0e33f49806b0f762391363e73959a82 (diff) | |
Fix SystemUI navigation bar in RTL mode
In LTR mode the navigation bar is:
- portrait (from left to right) : Back | Home | Recent Apps | Menu
- landscape (from top to bottom) : Menu | Back | Home | Recent Apps
This is kinda horizontally / vertically "pivoting +90 degrees" around the Recent Apps button.
In RTL mode, we had:
- portrait: Menu | Recent Apps | Home | Back
- landscape: Menu | Recent Apps | Home | Back
to make it similar to the LTR mode, we should have a rotation of -90 degrees around the Recent Apps button:
- landscape: Menu | Back | Home | Recent Apps
Change-Id: I9de511383b632ae8dea1396e9152109cc8a57c27
Diffstat (limited to 'libs/hwui/ProgramCache.cpp')
0 files changed, 0 insertions, 0 deletions