11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <androidx .constraintlayout.widget.ConstraintLayout android : id =" @+id/ingredientContainerView"
3+ xmlns : android =" http://schemas.android.com/apk/res/android"
4+ xmlns : app =" http://schemas.android.com/apk/res-auto"
35 xmlns : tools =" http://schemas.android.com/tools"
4- android : layout_width =" wrap_content"
5- android : layout_height =" wrap_content"
66 android : background =" @drawable/tagbg"
7- android : orientation =" horizontal"
8- android : paddingBottom =" 10dp"
9- android : paddingLeft =" 20dp"
10- android : paddingRight =" 20dp"
11- android : paddingTop =" 10dp" >
12- <TextView
13- android : id =" @+id/tag_text"
14- android : layout_width =" wrap_content"
15- android : layout_height =" wrap_content"
16- android : layout_marginRight =" 4dp"
17- tools : text =" 0000"
7+ android : paddingStart =" 10dp"
8+ android : paddingEnd =" 10dp"
9+ android : paddingTop =" 4dp"
10+ android : paddingBottom =" 4dp"
11+ android : layout_margin =" 5dp"
12+ android : layout_width =" wrap_content"
13+ android : layout_height =" wrap_content" >
14+
15+ <TextView android : id =" @+id/tag_text"
16+ android : textSize =" 14sp"
1817 android : textColor =" @color/colorPrimary"
19- android : layout_marginEnd =" 4dp" />
20- <TextView
21- android : id =" @+id/tag_count"
18+ app : layout_constraintStart_toStartOf =" parent"
19+ app : layout_constraintEnd_toEndOf =" parent"
20+ app : layout_constraintTop_toTopOf =" parent"
21+ app : layout_constraintBottom_toBottomOf =" parent"
2222 android : layout_width =" wrap_content"
2323 android : layout_height =" wrap_content"
24- tools : text =" (4)"
25- android : textColor =" @color/colorPrimary" />
24+ tools : text =" Prova" />
2625
27- </LinearLayout >
26+ </androidx .constraintlayout.widget.ConstraintLayout >
0 commit comments