October 2018
Intermediate to advanced
464 pages
15h 17m
English
As mentioned in the previous Getting ready section, we'll need an image for the compass. You can download the one previously linked, or use any image you prefer, then follow these steps:
<android.support.v7.widget.AppCompatImageView android:id="@+id/imageViewCompass" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:src="@drawable/compass" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf= ...