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

RTL support #182

Open
regisd opened this issue Jul 10, 2015 · 1 comment
Open

RTL support #182

regisd opened this issue Jul 10, 2015 · 1 comment

Comments

@regisd
Copy link
Contributor

regisd commented Jul 10, 2015

Update the layouts so thatRight-to-left languages are supported.
This would be required for Persan #122

This was referenced Jul 10, 2015
@regisd
Copy link
Contributor Author

regisd commented Jul 10, 2015

TODO

  1. Update layout to use "start" rather than "left", and "end" rather than "right" (in most cases)
  2. Update code to avoid string concatenation, eg: don't setContentText(track.getArtist() + " - " + track.getTrack()) but instead setContentText(getString(R.string.bla, track.getArtist(), track.getTrack()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant