0

enter image description here

activity_main.xml

<ImageView
    android:id="@+id/image_view"
    tools:src="@tools:sample/avatars"
    android:src="sample/avatars"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:scaleType="centerInside" />
Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Sweta Jain
  • 3,248
  • 6
  • 30
  • 50

1 Answers1

0

I guess since sample Avatars are not really drawable image assets. Hence, we can only render them on a tool setting (not built apk).

vegatroz
  • 36
  • 6