Image recognised in Android Studio but invisible on Phone -


my images being recognised (look @ left):

enter image description here

however when run app on phone images become invisible.

this happened of sudden, don't believe changed other copied other images folder, seems there no consistency.

also, tried moving icon images mipmap folders, mdpi.

still no luck. (so drawables , mipmap broken?)

any ideas?

have changed theme recently?

if have white navigation bar using dark theme, icons show white, regardless of color set them to.

so still there, same color background.

try changing theme light theme.

if works, rest of app such toolbar not correct color/theme, can override theme toolbar:

app:theme="@style/dark.overlay" 

Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -