Is there a way to change the logo that appears in the ActionBar
inside an Activity
instead of listing it in the Manifest?
The reason I ask is I have an app for phones where I build a similar type of bar across the top with the launcher icon in the left corner similar to the ActionBar
using an ImageView
.
I also allow the user to change that image to one on their phone or on the internet. I am currently making the app work for tablets and would like to just use the ActionBar
instead but can't figure out how to change the image based on the user. There is no method in the ActionBar
class and I could not find a way to modify the icon or logo from the resources.
Anyone know if this is possible or could suggest something I could try?