Re: [android-developers] AppBar title as page filter

2016-03-24 Thread Andrey
Hello, Sardar!

Thank you for replying!

Sorry if I misunderstand something, but search is not what I'm talking 
about.

If you follow the link, that I provide in the original post you'll see this 
picture



As I understand, it depicts touchable(clickable) title - something like 
Spinner widget. 
When user touches it, he/she will see list with options(All, New, Recent, 
etc.) and can choose one of them, and that choice becomes new title.
As I said the closest example is now deprecated NAVIGATION_MODE_LIST.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8101f249-2d7a-409a-98dc-da69bd997c9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] AppBar title as page filter

2016-03-24 Thread sardar khan
Yes you can use toolbar as action bar then in menu item you can use Search
view to search or filter the Page.Then you can apply filter on textchanged
of the editttext in searchView.
http://developer.android.com/intl/ru/training/search/index.html
http://codetheory.in/adding-search-to-android/
you can use these tutorails to implement this.


On Thu, Mar 24, 2016 at 12:43 PM, Andrey  wrote:

> Hello!
>
> In material design specs
>  
> written
> that AppBar title can be a page filter.
> Can anyone tell me is there a quick way to implement it?
> Something similar to deprecated NAVIGATION_MODE_LIST feature, or I should
> implement it manually by providing custom AppBar layout?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/d279c5f6-7690-41c2-94c2-2a21e64c24fc%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXAT5dv9LPRePmx0Fo4goPDJfw5CBdk%3DYZKNHFWYGDAOJ0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] AppBar title as page filter

2016-03-24 Thread Andrey
Hello!

In material design specs 
 
written 
that AppBar title can be a page filter.
Can anyone tell me is there a quick way to implement it? 
Something similar to deprecated NAVIGATION_MODE_LIST feature, or I should 
implement it manually by providing custom AppBar layout?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d279c5f6-7690-41c2-94c2-2a21e64c24fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.