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