![]() Force LTR on timeline controls, as per the Material Design guidelines. The guidelines state that while "directional" UIs should be LTR/RTL depending on locale, "timeline" UIs should always by LTR, as the direction of time is universal. Auxio did not do this, and so the timeline controls would be RTL on other elements. Fix this by forcing LTR on the UI elements that correspond to timelines. Now, this is not the best system. To ensure that the rest of the layout remains sane, much of the directional views have to be wrapped in a redundant layout, which is somewhat in-efficient. However, the impact seems to be at least negligable. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
NOTICE | ||
proguard-rules.pro |