File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
design-system/src/main/res/layout Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 250
250
app : layout_constraintTop_toBottomOf =" @id/oneLineListItemWithLongText"
251
251
app : primaryTextTruncated =" true" />
252
252
253
-
253
+ <com .duckduckgo.common.ui.view.listitem.OneLineListItem
254
+ android : id =" @+id/oneLineListItemWithNewPill"
255
+ android : layout_width =" match_parent"
256
+ android : layout_height =" wrap_content"
257
+ android : layout_marginTop =" @dimen/keyline_2"
258
+ app : layout_constraintEnd_toEndOf =" parent"
259
+ app : layout_constraintStart_toStartOf =" parent"
260
+ app : layout_constraintTop_toBottomOf =" @id/oneLineListItemWithLongTextTruncated"
261
+ app : primaryText =" Item with New Pill"
262
+ app : showNewPill =" true" />
254
263
255
264
</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments