Image are fetched online

This commit is contained in:
Pierre
2017-11-11 10:39:21 +01:00
parent daa2308626
commit 08686391dc
4 changed files with 227 additions and 0 deletions

View File

@ -15,4 +15,14 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/test_img"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:layout_width="100dp"
tools:layout_height="100dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
/>
</android.support.constraint.ConstraintLayout>