taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

FlexibleToolbarLayout icon load by glide #26

Closed JasonHezz closed 7 years ago

JasonHezz commented 7 years ago

Currently I want to set a url img as a icon,unfortunately it's not a imgeview,How can I do this?

taltstidl commented 7 years ago

@JasonHezz Though I have not used Glide with the FlexibleToolbarLayout yet, you should be able to make use of the Custom targets provided by Glide. How exactly this should be used depends on what you're trying to achieve. Let me know if I can be of further assistance!

JasonHezz commented 7 years ago

Sorry for late reply due to Chinese New Year...Your solution works.Thank you .