fixes to Migration menu layouts (#295)
* fix Migration process item option button color fixed by comparing with other layouts and adding app:tint to migration process item layout fixes https://github.com/jobobby04/TachiyomiSY/issues/287 * fix migration manga card layout for white theme compared with other layouts like source compact card item and realised that textColor was missing. Also added font so that it looks cooler :d
This commit is contained in:
parent
900aa155ca
commit
28fab7a918
@ -74,6 +74,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/ptsans_narrow_bold"
|
||||
android:lineSpacingExtra="-4dp"
|
||||
android:maxLines="2"
|
||||
android:padding="8dp"
|
||||
@ -81,6 +82,7 @@
|
||||
android:shadowDx="0"
|
||||
android:shadowDy="0"
|
||||
android:shadowRadius="4"
|
||||
android:textColor="@color/md_white_1000"
|
||||
tools:text="Sample name" />
|
||||
|
||||
<com.google.android.material.progressindicator.CircularProgressIndicator
|
||||
|
@ -57,8 +57,8 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/migration_manga_card_to"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_more_vert_24dp"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
android:visibility="invisible"
|
||||
app:tint="?attr/colorOnPrimary" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/skip_manga"
|
||||
|
Loading…
x
Reference in New Issue
Block a user