Fixed
Status Update
Comments
al...@android.com <al...@android.com>
al...@android.com <al...@android.com>
al...@android.com <al...@android.com> #2
We are currently using AGP internal task types to flag memory-intensive tasks to enforce a reduced parallelism at execution time. I've raised this separately (with a lot more detail) as a feature request (
Description
Version used: 23.4.0 and 24.0.0
Theme used: Theme.Leanback.Browse
Devices/Android versions reproduced on: emulator and real devices
The text alignment of the browse title changes depending on RTL support even in LTR.
On a device in english, the title will be on the right if RTL is disabled and on the left if RTL is enabled.
Since the layout direction is LTR, the RTL support should not impact the text alignment of the title.
Steps to reproduce:
- Clone the Android TV sample available at
- Remove the badge drawable so that the title is visible instead of the icon.
- Disable RTL and run the sample on a device in english -> the title is on the right (see picture)
- Enable RTL and run the sample on a device in english -> the title is on the left (see picture)
As a workaround, we can customize the attr/browseTitleTextStyle to define the correct position.