我想将Glide
的图片加载到ImageView
的{{1}}中
这是我的菜单项
ActionLayout
这是我的动作布局
<item
android:id="@+id/menu"
android:title="Menu"
app:actionLayout="@layout/menu_action_layout"
app:showAsAction="always" />
这是我的加载方式
<ImageView
android:id="@+id/profileImageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="8dp"
android:layout_marginRight="20dp" />
</FrameLayout>
不幸的是,它不会加载图像。我已经尝试过使用普通可绘制对象,并且可以使用。
答案 0 :(得分:0)
您无法从Dropbox加载图像,而需要将“ https://www.dropbox.com”更改为“ https://dl.dropboxusercontent.com”,因此您的网址应类似于:“ https://dl.dropboxusercontent.com/s/vauhd1q4nhoz7pn/ronaldo_profile.jpg”