mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 04:15:09 +01:00
commit
ffa83e3677
@ -99,6 +99,7 @@ class MangaDetailsPresenter(
|
|||||||
controller.updateChapters(this.chapters)
|
controller.updateChapters(this.chapters)
|
||||||
}
|
}
|
||||||
fetchTrackings()
|
fetchTrackings()
|
||||||
|
refreshTrackers()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onDestroy() {
|
fun onDestroy() {
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item android:id="@android:id/mask">
|
<item android:id="@android:id/mask">
|
||||||
<color android:color="@color/dialog" />
|
<color android:color="?attr/background_card" />
|
||||||
</item>
|
</item>
|
||||||
</selector>
|
</selector>
|
||||||
</item>
|
</item>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
style="?android:attr/progressBarStyleHorizontal"
|
style="?android:attr/progressBarStyleHorizontal"
|
||||||
android:progressDrawable="@drawable/circle_progress"
|
android:progressDrawable="@drawable/circle_progress"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:progressTint="@color/material_green_800"
|
android:progressTint="@color/colorAccent"
|
||||||
android:progressBackgroundTint="@color/material_on_surface_disabled"/>
|
android:progressBackgroundTint="@color/material_on_surface_disabled"/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -296,9 +296,9 @@
|
|||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:atg_backgroundColor="@android:color/transparent"
|
app:atg_backgroundColor="@android:color/transparent"
|
||||||
app:atg_borderColor="@color/md_blue_A400"
|
app:atg_borderColor="@color/colorAccent"
|
||||||
app:atg_borderStrokeWidth="1dp"
|
app:atg_borderStrokeWidth="1dp"
|
||||||
app:atg_textColor="@color/md_blue_A400"
|
app:atg_textColor="@color/colorAccent"
|
||||||
app:layout_constrainedHeight="true"
|
app:layout_constrainedHeight="true"
|
||||||
app:layout_constraintBottom_toTopOf="@id/less_button"
|
app:layout_constraintBottom_toTopOf="@id/less_button"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="@color/dialog">
|
android:background="?attr/background_card">
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/logo_container"
|
android:id="@+id/logo_container"
|
||||||
|
Loading…
Reference in New Issue
Block a user