Use AppCompat element

dev
Laurent 7 years ago
parent b89ff5a519
commit ff4d8f0ca8
  1. 2
      app/src/main/res/layout/fragment_screen_slide_page.xml

@ -22,7 +22,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
tools:text="Title"/> tools:text="Title"/>
<ImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/icon" android:id="@+id/icon"
android:tint="@color/green" android:tint="@color/green"
app:layout_constraintTop_toBottomOf="@id/title" app:layout_constraintTop_toBottomOf="@id/title"

Loading…
Cancel
Save