Merge pull request #187 from CarlosEsco/MD2minorchanges

minor changes
This commit is contained in:
Jays2Kings 2020-04-13 22:15:39 -04:00 committed by GitHub
commit ffa83e3677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View File

@ -99,6 +99,7 @@ class MangaDetailsPresenter(
controller.updateChapters(this.chapters) controller.updateChapters(this.chapters)
} }
fetchTrackings() fetchTrackings()
refreshTrackers()
} }
fun onDestroy() { fun onDestroy() {

View File

@ -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>

View File

@ -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"/>

View File

@ -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"

View File

@ -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"