Fix migration menu icons
This commit is contained in:
parent
211e0912a3
commit
bfb018d1b4
@ -30,7 +30,7 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/migration_manga_card_from"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_arrow_forward_24dp"
|
||||
app:tint="?attr/colorOnPrimary" />
|
||||
app:tint="?attr/colorOnBackground" />
|
||||
|
||||
<include
|
||||
android:id="@+id/migration_manga_card_to"
|
||||
@ -58,7 +58,7 @@
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_more_24dp"
|
||||
android:visibility="invisible"
|
||||
app:tint="?attr/colorOnPrimary" />
|
||||
app:tint="?attr/colorOnBackground" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/skip_manga"
|
||||
@ -69,5 +69,5 @@
|
||||
app:layout_constraintStart_toStartOf="@+id/migration_menu"
|
||||
app:layout_constraintTop_toTopOf="@+id/migration_menu"
|
||||
app:srcCompat="@drawable/ic_close_24dp"
|
||||
app:tint="?attr/colorOnPrimary" />
|
||||
app:tint="?attr/colorOnBackground" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
x
Reference in New Issue
Block a user