Kennyc1012 / BottomSheetMenu

BottomSheetMenu style dialogs for Android
Apache License 2.0
887 stars 99 forks source link

RTL Support #23

Closed mohSalah66 closed 8 years ago

mohSalah66 commented 8 years ago

When i switch from Left to right the icons appears in the right but the menu title and the BottomSheet Title is to left how can i support RTL thanks in advance.

Kennyc1012 commented 8 years ago

There is currently no RTL support baked into the library. You would need to fork it and provide support yourself, it should be fairly easy, just need to modify the XML layouts. I will accept a pull request for this since I'm not sure when I can get around to doing it myself.

mohSalah66 commented 8 years ago

OK i will thanks @Kennyc1012

Kennyc1012 commented 8 years ago

@Touti1991 Please check the latest version for RTL support. I have not tested it on any actual device/emulator, only in the layout previews.