Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-21 Thread Ken
On Monday, December 16, 2013 5:47:40 PM UTC-5, Nathan wrote: I may be tempted to try the hamburger menu, I mean navigation drawer. You'd have to train users to click on it, but then, you would have to do that with the options menu. hamburger menu...LOL :-) I always thought that was for

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-16 Thread Nathan
On Sunday, December 15, 2013 6:29:11 PM UTC-8, Ken wrote: On Saturday, December 14, 2013 7:46:18 PM UTC-5, Douglas Drumond wrote: split action bar? https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar Yep, you can do it w/ that, but what Google's doing in their apps is

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-15 Thread Doug
Hamburger menu. On Saturday, December 14, 2013 7:17:44 PM UTC-8, Nathan wrote: Somewhat related. What's that thing called on Gmail where they got three bars in the upper left that slides out to become a menu on the left? -- You received this message because you are subscribed to the

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-15 Thread Ken
On Saturday, December 14, 2013 7:46:18 PM UTC-5, Douglas Drumond wrote: split action bar? https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar Yep, you can do it w/ that, but what Google's doing in their apps is something else...it's actually another panel that shifts up

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-14 Thread Douglas Drumond
split action bar? https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar -- Douglas Drumond *GDG Campinas http://www.gdg-campinas.org google.com/+DouglasDrumond http://google.com/+DouglasDrumond – @douglasdrumond http://twitter.com/douglasdrumond* 2013/12/12 Ken

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-14 Thread Nathan
Somewhat related. What's that thing called on Gmail where they got three bars in the upper left that slides out to become a menu on the left? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-14 Thread Nathan
On Saturday, December 14, 2013 7:17:44 PM UTC-8, Nathan wrote: Somewhat related. What's that thing called on Gmail where they got three bars in the upper left that slides out to become a menu on the left? Ok, it's a navigation drawer. Back to subject at hand, this doesn't appear

[android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-12 Thread Ken
Just noticed this recently...Google Drive has a few action bar items at the bottom. I thought we weren't supposed to put action bar items at the bottom because it's confusing to users with the soft button bar (with back, home, etc.) down there as well? -- You received this message because

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-12 Thread Kostya Vasilyev
Do you mean the panel that slides up and down as you scroll the documents list? Google+ does this too. I guess it's the fashionable UI pattern du jour. -- K 2013/12/12 Ken kenk...@gmail.com Just noticed this recently...Google Drive has a few action bar items at the bottom. I thought we

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-12 Thread Ken
On Thursday, December 12, 2013 4:40:45 PM UTC-5, Kostya Vasilyev wrote: Do you mean the panel that slides up and down as you scroll the documents list? Google+ does this too. Yep...the panel at the bottom w/ the Camera button. I thought Google said not to do this? :-P It's a weird UI