2015-10-17 13:51:54 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-11 03:53:49 +01:00
|
|
|
<eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-02-14 14:00:44 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:id="@id/swipe_refresh"
|
2016-02-14 14:00:44 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-02-22 00:43:50 +01:00
|
|
|
android:layout_height="match_parent"
|
2020-04-12 18:21:47 +02:00
|
|
|
tools:context="eu.kanade.tachiyomi.ui.source.browse.BrowseSourceController">
|
2015-10-17 13:51:54 +02:00
|
|
|
|
2020-04-04 04:35:50 +02:00
|
|
|
<androidx.core.widget.NestedScrollView
|
2015-10-17 13:51:54 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-01-10 01:10:55 +01:00
|
|
|
android:layout_height="match_parent">
|
2017-03-12 13:00:47 +01:00
|
|
|
|
2020-04-04 04:35:50 +02:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:id="@+id/guideline"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginTop="16dp"
|
2020-04-18 17:59:22 +02:00
|
|
|
app:layout_constraintTop_toBottomOf="@+id/manga_cover_card" />
|
2020-04-04 04:35:50 +02:00
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
|
|
android:id="@+id/guideline2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
app:layout_constraintGuide_percent="0.38" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/backdrop"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:alpha="0.2"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/guideline"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
tools:background="@color/material_grey_700" />
|
|
|
|
|
2020-04-18 17:59:22 +02:00
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
android:id="@+id/manga_cover_card"
|
2020-04-04 04:35:50 +02:00
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
android:layout_marginBottom="16dp"
|
2020-04-18 17:59:22 +02:00
|
|
|
app:cardCornerRadius="@dimen/card_radius"
|
2020-04-04 04:35:50 +02:00
|
|
|
app:layout_constraintDimensionRatio="h,2:3"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/guideline2"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2020-04-18 17:59:22 +02:00
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/manga_cover"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:contentDescription="@string/description_cover"
|
|
|
|
tools:background="@color/material_grey_700" />
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
2020-04-04 04:35:50 +02:00
|
|
|
|
2020-01-05 17:29:27 +01:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2020-04-04 04:35:50 +02:00
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginStart="0dp"
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/guideline"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/guideline2"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
2016-02-14 14:00:44 +01:00
|
|
|
|
2018-01-18 19:15:33 +01:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_full_title"
|
|
|
|
style="@style/TextAppearance.Medium.Title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:maxLines="2"
|
2020-04-18 20:47:22 +02:00
|
|
|
android:paddingBottom="8dp"
|
2020-02-22 00:43:50 +01:00
|
|
|
android:text="@string/manga_info_full_title_label"
|
2018-01-18 19:15:33 +01:00
|
|
|
android:textIsSelectable="false"
|
2018-03-09 22:35:10 +01:00
|
|
|
app:autoSizeMaxTextSize="20sp"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:autoSizeMinTextSize="12sp"
|
|
|
|
app:autoSizeStepGranularity="2sp"
|
|
|
|
app:autoSizeTextType="uniform"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2018-03-09 21:42:39 +01:00
|
|
|
|
2017-03-12 13:00:47 +01:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_author_label"
|
|
|
|
style="@style/TextAppearance.Medium.Body2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/manga_info_author_label"
|
|
|
|
android:textIsSelectable="false"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/manga_full_title" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_author"
|
|
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
2020-01-10 01:10:55 +01:00
|
|
|
android:layout_marginStart="8dp"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:textIsSelectable="false"
|
|
|
|
app:layout_constraintBaseline_toBaselineOf="@+id/manga_author_label"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/manga_author_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_artist_label"
|
|
|
|
style="@style/TextAppearance.Medium.Body2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/manga_info_artist_label"
|
|
|
|
android:textIsSelectable="false"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/manga_author_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_artist"
|
|
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
2020-01-10 01:10:55 +01:00
|
|
|
android:layout_marginStart="8dp"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:textIsSelectable="false"
|
|
|
|
app:layout_constraintBaseline_toBaselineOf="@+id/manga_artist_label"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/manga_artist_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
2018-01-18 19:15:33 +01:00
|
|
|
android:id="@+id/manga_status_label"
|
2017-03-12 13:00:47 +01:00
|
|
|
style="@style/TextAppearance.Medium.Body2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-01-18 19:15:33 +01:00
|
|
|
android:text="@string/manga_info_status_label"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:textIsSelectable="false"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2020-04-04 03:57:40 +02:00
|
|
|
app:layout_constraintTop_toBottomOf="@+id/manga_artist_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
2018-01-18 19:15:33 +01:00
|
|
|
android:id="@+id/manga_status"
|
2017-03-12 13:00:47 +01:00
|
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
2020-01-10 01:10:55 +01:00
|
|
|
android:layout_marginStart="8dp"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:textIsSelectable="false"
|
2018-01-18 19:15:33 +01:00
|
|
|
app:layout_constraintBaseline_toBaselineOf="@+id/manga_status_label"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/manga_status_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
2018-01-18 19:15:33 +01:00
|
|
|
android:id="@+id/manga_source_label"
|
2017-03-12 13:00:47 +01:00
|
|
|
style="@style/TextAppearance.Medium.Body2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-01-18 19:15:33 +01:00
|
|
|
android:text="@string/manga_info_source_label"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:textIsSelectable="false"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/manga_status_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
|
|
|
<TextView
|
2018-01-18 19:15:33 +01:00
|
|
|
android:id="@+id/manga_source"
|
2017-03-12 13:00:47 +01:00
|
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
2020-01-10 01:10:55 +01:00
|
|
|
android:layout_marginStart="8dp"
|
2018-01-18 19:15:33 +01:00
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="1"
|
2017-03-12 13:00:47 +01:00
|
|
|
android:textIsSelectable="false"
|
2018-01-18 19:15:33 +01:00
|
|
|
app:layout_constraintBaseline_toBaselineOf="@+id/manga_source_label"
|
2020-02-22 00:43:50 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/manga_source_label" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
2020-01-05 17:29:27 +01:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2017-03-12 13:00:47 +01:00
|
|
|
|
2020-04-04 04:41:37 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/actions_bar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:paddingStart="16dp"
|
2020-04-18 18:40:47 +02:00
|
|
|
android:paddingTop="8dp"
|
2020-04-04 04:41:37 +02:00
|
|
|
android:paddingEnd="16dp"
|
2020-04-18 18:40:47 +02:00
|
|
|
android:paddingBottom="8dp"
|
2020-04-04 04:41:37 +02:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/guideline">
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/btn_favorite"
|
|
|
|
style="@style/Theme.Widget.Button.Icon"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/add_to_library"
|
|
|
|
app:icon="@drawable/ic_add_to_library_24dp" />
|
|
|
|
|
2020-04-18 17:59:22 +02:00
|
|
|
<!-- <com.google.android.material.button.MaterialButton-->
|
|
|
|
<!-- android:id="@+id/btn_tracking"-->
|
|
|
|
<!-- style="@style/Theme.Widget.Button.Icon"-->
|
|
|
|
<!-- android:layout_width="wrap_content"-->
|
|
|
|
<!-- android:layout_height="wrap_content"-->
|
|
|
|
<!-- android:layout_marginStart="8dp"-->
|
|
|
|
<!-- android:text="@string/manga_tracking_tab"-->
|
|
|
|
<!-- app:icon="@drawable/ic_sync_24dp" />-->
|
2020-04-04 04:41:37 +02:00
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/btn_share"
|
|
|
|
style="@style/Theme.Widget.Button.Icon.Textless"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:contentDescription="@string/action_share"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:icon="@drawable/ic_share_24dp"
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/btn_webview"
|
|
|
|
style="@style/Theme.Widget.Button.Icon.Textless"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:contentDescription="@string/action_open_in_web_view"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:icon="@drawable/ic_public_24dp"
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2020-04-04 04:35:50 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_summary_label"
|
|
|
|
style="@style/TextAppearance.Medium.Body2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
2020-04-18 18:40:47 +02:00
|
|
|
android:text="@string/manga_info_about_label"
|
2020-04-04 04:35:50 +02:00
|
|
|
android:textIsSelectable="false"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2020-04-04 04:41:37 +02:00
|
|
|
app:layout_constraintTop_toBottomOf="@+id/actions_bar" />
|
2017-03-12 13:00:47 +01:00
|
|
|
|
2018-03-09 22:35:10 +01:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/manga_summary"
|
|
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
2016-02-14 14:00:44 +01:00
|
|
|
android:layout_width="match_parent"
|
2018-03-09 22:35:10 +01:00
|
|
|
android:layout_height="wrap_content"
|
2020-01-10 01:10:55 +01:00
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
2020-04-18 18:40:47 +02:00
|
|
|
android:clickable="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:focusable="true"
|
|
|
|
android:maxLines="3"
|
2020-04-04 04:35:50 +02:00
|
|
|
android:textIsSelectable="false"
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/manga_genres_tags"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/manga_summary_label" />
|
|
|
|
|
|
|
|
<com.google.android.material.chip.ChipGroup
|
|
|
|
android:id="@+id/manga_genres_tags"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
android:layout_marginBottom="8dp"
|
2020-04-18 18:40:47 +02:00
|
|
|
android:visibility="gone"
|
2020-04-04 04:35:50 +02:00
|
|
|
app:chipSpacingHorizontal="4dp"
|
|
|
|
app:layout_constrainedHeight="true"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/manga_summary" />
|
2016-02-13 12:08:15 +01:00
|
|
|
|
2020-04-18 18:40:47 +02:00
|
|
|
<Button
|
|
|
|
android:id="@+id/manga_info_toggle"
|
|
|
|
style="@style/Theme.Widget.Button"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp"
|
|
|
|
android:text="@string/manga_info_expand"
|
|
|
|
android:textSize="12sp"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/manga_genres_tags" />
|
|
|
|
|
2020-04-04 04:35:50 +02:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2015-10-17 13:51:54 +02:00
|
|
|
|
2020-04-04 04:35:50 +02:00
|
|
|
</androidx.core.widget.NestedScrollView>
|
2016-02-14 14:00:44 +01:00
|
|
|
|
2020-03-11 03:53:49 +01:00
|
|
|
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>
|