C
C
Chik-2016-06-22 23:16:43
Android
Chik-, 2016-06-22 23:16:43

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?
1ad4c8eebc5c471b8b19353dcd1416a5.PNG8ec846f0a227454ab6f0f5e1f0b21892.PNG
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

2 answer(s)
D
Denis Zagaevsky, 2016-06-23
tweet @Timrus161

This is not a bug in your code. It's just that the studio couldn't show a preview of the picture.

G
GavriKos, 2016-06-22
@GavriKos

Hover your mouse over the icon, wait for the tooltip - and find out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question