Jsut wanted to let you know that I really like the library! I've been lookijng for something like this for a long time. This is by far the most polished I've found to big ups to dev(s)!
That said I have a few questions
Would it be possible for you to expose the large background image so insted of using the setImage we could use picasso on our own (or any other image lib, i recently tesed Ion and it's really great!)
And also, would it be possible to have the logo as an actuall text, in the sample it's an image. But I would really need it to be a text that I can change :)
Florent CHAMPIGNY
@florent37
Hi
for the logo, if you look at the actual readme I use a TextView
Jonathan Andersson
@ja1984
ooh
I'm so sorry!
I totally missed that!
Was that there yesterday? :D
I see you have changed a few things from yesterday, I will read through the readme again!
Sorry for taking your time :)
Florent CHAMPIGNY
@florent37
yes, was yesterday after an opened issue :)
no prob ;)
I had an issue for the "large background image" as you said
for now you can use it by findViewById(R.id.materialviewpager_imageHeader)
I think I will remove Picasso on the next build
Jonathan Andersson
@ja1984
ooh, cool!
Again, I REALLY love the lib! :D:D:D:D:D:D
Florent CHAMPIGNY
@florent37
thanks :D I tried to envisage all the case, so add Id on all views and added atrributes to replace all the components
you can also replace the header view (the big image) and add another view for example
Jonathan Andersson
@ja1984
That's awesome man! :)
_
I'm having a few issues still
The images don't seem to load
viewPager.setImageUrl is the equlant to setting R.id.materialviewpager_imageHeader manually right?
Jonathan Andersson
@ja1984
(never mind, my own fault AGAIN)
This message was deleted
Florent CHAMPIGNY
@florent37
yes, just re-set the same id R.id.materialviewpager_imageHeader to your header
header's imageview*
Jonathan Andersson
@ja1984
Cool cool cool
Again, you have really helped me out with this lib ;D
I hope it's OK for me to ask some questions in here :)
Jonathan Andersson
@ja1984
Just got a quick question, one last :)
There is some padding in your example so that the card are rendered above the background image, is this possible to remove? I would like to have my content rendered below the image
Florent CHAMPIGNY
@florent37
let's go private :)
Norris Aboagye Boateng
@laylizzlle
Quick return on the toolbar and the pager title doesn't seem to work well for me
Florent CHAMPIGNY
@florent37
I thought I fixed it, can you describe what happens please
ans send me record / screenshot ;)
Jonathan Andersson
@ja1984
Is there any way to set an background color om the view?
Florent CHAMPIGNY
@florent37
which view ?
what view ?
Jonathan Andersson
@ja1984
Uhm
I'm having problems with the listview being ontop of the background image
It's fine in my scrollview, but it makes for some problems in my recycleview
markuspaschi
@markuspaschi
Love your library so much as well. Im just asking for an cosmetic feature. When u scroll half way up, so the header_logo (TextView/Imageview which says "material is good") is kinda between fully expanded and only tabs visible. It stays that way when u scroll to the left or right. Is it possible to lock it in when u swipe left or right so its either fully expanded or only tabs visible. Just cosmetic as i said no hassle :)
Quentin Colle
@quentin41500
Hi, awesome job ! Keep it up. Quick question, How can I access the color of the tabs and change it ? Thanks
markuspaschi
@markuspaschi
@quentin41500 U can change the color in your MainActivity in the setPrimaryItem(...), there is your color Ressource color = getResources().getColor(R.color.blue); for example.
Quentin Colle
@quentin41500
Sorry, I meant the text color of the tabs only, any idea for that ?