Page settings button shows wrong text
The settings button on LegacyEditorFragment always says "Post Settings" even when the user is editing/creating a page. User reported this problem in WPAndroid here.

Ref https://github.com/wordpress-mobile/WordPress-Editor-Android/issues/6#issuecomment-125734415
We're actually planning on moving the button to the ActionBar anyway:

(ref further down in that issue: https://github.com/wordpress-mobile/WordPress-Editor-Android/issues/6#issuecomment-135429046)
This is already ready to go but we'll get that into the WPAndroid feature/visual-editor branch after the upcoming WPAndroid PR integrating media support. We're planning on having both of those in for the next demo build (v0.4).
We're actually planning on moving the button to the ActionBar
I like it!
Editor Fragments don't have that information (post / page), the easy fix for the Legacy is to rename it to "Settings" instead of "Post/Page Settings". The better fix is to pass the post/page infomation or the settings title on fragment creation.
Another possible fix: could we move the button into the actionbar in the legacy editor, too?
The iOS legacy editor recently got a refresh that moved the button (along with other changes): https://github.com/wordpress-mobile/WordPress-Editor-iOS/pull/801