While working on #411 I also took a crack at modernizing the post editor view. Changes:
- Removed old headers and used more placeholders or Holo style mini-headers
- Removed the ‘full screen editing mode’ as it was the cause for #411, and instead changed the content box to expand as more content is added.
- Removed custom WP buttons and used default ‘lite’ buttons instead.
- Changed ‘Selected categories’ TextView to only show if categories have been selected or already added to the post.
- Moved publish/save button to the ActionBar.
I’m not convinced that the ‘Save’ disk icon is best there, but I’m not sure what else would convey ‘Publish’ in an icon format
Thoughts?



Alex Leonard 2:15 am on February 13, 2013 Permalink | Log in to Reply
Oooh, very nice to see. Definitely fitting in better with the Android design patterns. Great work!
Koke 5:05 am on February 13, 2013 Permalink | Log in to Reply
Looks very nice. Since you’re at it, make room for a “Preview” button somewhere
Dan 7:22 am on February 14, 2013 Permalink | Log in to Reply
In the action bar next to the save/publish button?
Koke 7:57 am on February 14, 2013 Permalink | Log in to Reply
That would probably be a nice spot for it
Dan 11:18 am on February 14, 2013 Permalink | Log in to Reply
Added this in r900. @kokejb I added a preview icon to the action bar that does nothing, I’ll leave that up to you