File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
feature/ytag/src/main/java/co/yml/coreui/feature/ytag/ui Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,9 @@ fun DefaultTagViewContainer(tagViewData: MutableList<TagViewData>) {
138138 TagViewContainerModifiers .Builder ().containerPaddingValues(PaddingValues (8 .dp))
139139 .enableBorder(true ).shape(RoundedCornerShape (4 .dp)).tagSpacingVertical(8 .dp)
140140 .tagSpacingHorizontal(8 .dp).backgroundColor(colorResource(id = R .color.cyan_50))
141- .width(360 .dp).height(90 .dp).moreTagConfiguration(
141+ .width(360 .dp).height(50 .dp).moreTagConfiguration(
142142 TagViewData (
143143 overFlowText = { count ->
144- Log .i(" check_tag_click" , " tag overflow count: $count " )
145-
146144 " + $count more"
147145 },
148146 tagViewModifiers = TagViewModifiers .Builder ()
@@ -266,8 +264,6 @@ fun CustomTagViewContainer(tagViewData: MutableList<TagViewData>) {
266264 .moreTagConfiguration(
267265 TagViewData (
268266 overFlowText = { count ->
269- Log .i(" check_tag_click" , " tag overflow count: $count " )
270-
271267 " + $count more"
272268 },
273269 tagViewModifiers = TagViewModifiers .Builder ()
You can’t perform that action at this time.
0 commit comments