Почему я не могу использовать образцы аватаров в своем приложении для отображения, кроме инструментов? - PullRequest
0 голосов
/ 03 марта 2020

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" />
...