Answer the question
In order to leave comments, you need to log in
What does this icon mean in AndroidStudio?
These are the icons that appear in AndroidStudio when background is set via drawable.
What is it connected with?
What am I doing wrong?
composition of round_avatar:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="@color/avatar_bg" />
</shape>
</item>
</selector>
Answer the question
In order to leave comments, you need to log in
This is not a bug in your code. It's just that the studio couldn't show a preview of the picture.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question