2019-07-31 01:29:12 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-04-17 06:09:26 +02:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-07-31 01:29:12 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-04-17 02:56:52 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2019-07-31 01:29:12 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-04-17 06:09:26 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center">
|
2019-07-31 01:29:12 +02:00
|
|
|
|
2020-04-17 06:09:26 +02:00
|
|
|
<include
|
|
|
|
|
android:id="@+id/migration_manga_card_from"
|
|
|
|
|
layout="@layout/migration_manga_card"
|
|
|
|
|
android:layout_width="150dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/imageView"
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2019-07-31 01:29:12 +02:00
|
|
|
|
2020-04-17 06:09:26 +02:00
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/imageView"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
|
android:contentDescription="@string/migrating_to"
|
|
|
|
|
android:scaleType="center"
|
|
|
|
|
android:layout_marginBottom="45dp"
|
2020-05-24 05:30:07 +02:00
|
|
|
android:tint="?attr/colorOnPrimary"
|
2020-04-17 06:09:26 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/migration_manga_card_to"
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/migration_manga_card_from"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2020-05-24 05:15:42 +02:00
|
|
|
app:srcCompat="@drawable/ic_arrow_forward_24dp" />
|
2019-07-31 01:29:12 +02:00
|
|
|
|
2020-04-17 06:09:26 +02:00
|
|
|
<include
|
|
|
|
|
android:id="@+id/migration_manga_card_to"
|
|
|
|
|
layout="@layout/migration_manga_card"
|
|
|
|
|
android:layout_width="150dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/migration_menu"
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/imageView"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2019-07-31 01:29:12 +02:00
|
|
|
|
2020-04-17 06:09:26 +02:00
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/migration_menu"
|
|
|
|
|
android:layout_width="48dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:contentDescription="@string/description_cover"
|
|
|
|
|
android:paddingTop="30dp"
|
|
|
|
|
android:paddingBottom="30dp"
|
|
|
|
|
android:layout_marginBottom="45dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/migration_manga_card_to"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2020-04-17 06:20:40 +02:00
|
|
|
app:srcCompat="@drawable/ic_more_vert_24dp"
|
2020-04-17 06:09:26 +02:00
|
|
|
android:visibility="invisible"/>
|
2019-07-31 01:29:12 +02:00
|
|
|
|
2019-08-03 04:32:50 +02:00
|
|
|
|
2020-04-17 06:09:26 +02:00
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/skip_manga"
|
|
|
|
|
android:layout_width="48dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
2020-05-24 05:30:07 +02:00
|
|
|
android:tint="?attr/colorOnPrimary"
|
2020-04-17 06:09:26 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/migration_menu"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/migration_menu"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/migration_menu"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/migration_menu"
|
2020-04-17 06:20:40 +02:00
|
|
|
app:srcCompat="@drawable/ic_close_24dp" />
|
2020-04-17 06:09:26 +02:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|