Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Dec 17, 2023
1 parent 3bb6636 commit 7bceca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ fun UltraSwipeRefreshSample() {
LazyColumn(Modifier.background(color = Color.White)) {
repeat(itemCount) {
item {
val title = "UltraSwipeRefresh列表Item${it + 1}"
Text(
text = title,
text = "UltraSwipeRefresh列表Item${it + 1}",
modifier = Modifier.padding(horizontal = 16.dp, vertical = 10.dp),
color = Color(0xFF333333),
fontSize = 16.sp,
fontSize = 16.sp
)
Divider(
modifier = Modifier.padding(horizontal = 16.dp),
Expand Down

0 comments on commit 7bceca4

Please sign in to comment.