mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
Refactor: Make ContinueWatchingCard's progress bar floating.
This commit is contained in:
@@ -119,6 +119,8 @@ fun ContinueWatchingCard(
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.align(Alignment.BottomStart)
|
||||
.padding(bottom = 8.dp, start = 8.dp, end = 8.dp)
|
||||
.clip(RoundedCornerShape(24.dp))
|
||||
.fillMaxWidth()
|
||||
.height(4.dp)
|
||||
.background(scheme.onBackground.copy(alpha = 0.2f))
|
||||
@@ -132,7 +134,7 @@ fun ContinueWatchingCard(
|
||||
}
|
||||
IconButton(
|
||||
modifier = Modifier.align(Alignment.BottomEnd)
|
||||
.padding(end = 8.dp, bottom = 8.dp)
|
||||
.padding(end = 8.dp, bottom = 16.dp)
|
||||
.clip(CircleShape)
|
||||
.background(scheme.secondary)
|
||||
.size(36.dp),
|
||||
|
||||
Reference in New Issue
Block a user