2015-09-26 14:25:18 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-08-15 15:06:21 +02:00
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="?android:attr/listPreferredItemHeight"
|
|
|
|
android:background="?attr/selectable_list_drawable">
|
2015-09-26 14:25:18 +02:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/chapter_title"
|
|
|
|
style="@style/TextAppearance.Regular.Body1"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="1"
|
|
|
|
tools:text="Title"
|
2017-08-15 15:06:21 +02:00
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
2017-08-15 15:05:41 +02:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2017-08-15 15:06:21 +02:00
|
|
|
app:layout_constraintRight_toLeftOf="@+id/chapter_menu"
|
2017-08-15 15:05:41 +02:00
|
|
|
android:layout_marginTop="12dp"
|
2017-08-15 15:06:21 +02:00
|
|
|
android:layout_marginLeft="16dp"/>
|
2015-09-26 14:25:18 +02:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/chapter_scanlator"
|
|
|
|
style="@style/TextAppearance.Regular.Caption.Hint"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:text="Scanlator"
|
|
|
|
android:maxLines="1"
|
2017-08-15 15:06:21 +02:00
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
2017-08-15 15:05:41 +02:00
|
|
|
app:layout_constraintTop_toBottomOf="@+id/chapter_title"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/chapter_date"
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/chapter_menu"
|
2017-08-15 15:06:21 +02:00
|
|
|
android:layout_marginLeft="16dp"/>
|
2015-12-02 08:08:04 +01:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/chapter_date"
|
|
|
|
style="@style/TextAppearance.Regular.Caption"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:text="22/02/2016"
|
|
|
|
android:ellipsize="marquee"
|
2017-08-15 15:06:21 +02:00
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
2017-08-15 15:05:41 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
2018-01-18 19:15:33 +01:00
|
|
|
android:layout_marginLeft="16dp"
|
|
|
|
android:singleLine="true" />
|
2015-12-02 08:08:04 +01:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/chapter_pages"
|
|
|
|
style="@style/TextAppearance.Regular.Caption.Hint"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:text="Pages: 45"
|
|
|
|
android:ellipsize="marquee"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
2018-01-18 19:15:33 +01:00
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
android:singleLine="true" />
|
2015-09-26 14:25:18 +02:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
<ImageView
|
2015-11-30 20:52:12 +01:00
|
|
|
android:id="@+id/chapter_menu"
|
2017-08-15 15:05:41 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-01-23 18:49:26 +01:00
|
|
|
app:srcCompat="@drawable/ic_more_vert_black_24dp"
|
2018-04-05 21:50:44 +02:00
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
2017-08-15 15:05:41 +02:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2018-01-23 18:49:26 +01:00
|
|
|
android:paddingStart="24dp"
|
|
|
|
android:paddingEnd="16dp"
|
|
|
|
android:layout_marginEnd="8dp"
|
2018-01-31 14:38:05 +01:00
|
|
|
android:paddingLeft="24dp"
|
|
|
|
android:paddingRight="16dp"
|
|
|
|
android:layout_marginRight="8dp"
|
2018-01-23 18:49:26 +01:00
|
|
|
android:paddingBottom="24dp"
|
2017-08-15 15:05:41 +02:00
|
|
|
android:paddingTop="12dp"
|
2017-08-15 15:06:21 +02:00
|
|
|
android:contentDescription="@string/description_cover"/>
|
2015-12-02 08:08:04 +01:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/download_text"
|
|
|
|
style="@style/TextAppearance.Regular.Caption.Hint"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:text="DOWNLOADED"
|
|
|
|
android:textAllCaps="true"
|
2018-04-06 08:29:17 +02:00
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
2017-08-15 15:05:41 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
2017-08-15 15:06:21 +02:00
|
|
|
android:layout_marginRight="16dp"/>
|
2015-11-24 18:45:53 +01:00
|
|
|
|
2017-08-15 15:05:41 +02:00
|
|
|
</android.support.constraint.ConstraintLayout>
|