passy / Android-DirectoryChooser

A directory chooser library for Android.
Apache License 2.0
515 stars 144 forks source link

Use modern Android layout keywords #101

Closed wizmer closed 4 years ago

wizmer commented 8 years ago

Contributor checklist


Description

Layout keywords using the "left" or "right" term are now replaced by "start" or "end" in order to support right to left languages.

passy commented 8 years ago

That won't work unless we increase the min SDK version. Could you leave the old specifiers in there as well in addition to the new ones?