11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <LinearLayout
3- xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
43 xmlns : app =" http://schemas.android.com/apk/res-auto"
54 xmlns : tools =" http://schemas.android.com/tools"
65 android : layout_width =" match_parent"
76 android : layout_height =" wrap_content"
87 android : focusable =" true"
98 android : focusableInTouchMode =" true"
109 android : gravity =" center"
11- android : orientation =" vertical"
12- android : minWidth =" 350dp" >
10+ android : background =" ?attr/colorSurface"
11+ android : minWidth =" 350dp"
12+ android : orientation =" vertical" >
1313
1414 <ImageButton
1515 android : id =" @+id/close"
7878 android : id =" @+id/quantity_container"
7979 android : layout_width =" wrap_content"
8080 android : layout_height =" wrap_content"
81- android : orientation =" horizontal"
81+ android : layout_marginHorizontal =" 16dp"
82+ android : layout_marginTop =" 16dp"
8283 android : clipChildren =" false"
8384 android : clipToPadding =" false"
84- android : layout_marginHorizontal = " 16dp "
85- android : layout_marginTop = " 16dp " >
85+ android : orientation = " horizontal "
86+ android : visibility = " gone " >
8687
8788 <FrameLayout
8889 android : id =" @+id/minus_layout"
9596 android : layout_height =" wrap_content"
9697 android : layout_gravity =" center"
9798 android : importantForAccessibility =" no"
98- android : src =" @drawable/snabble_ic_minus_content "
99+ android : src =" @drawable/snabble_ic_minus "
99100 app : tint =" ?attr/colorOnSurface" />
100101
101102 <com .google.android.material.button.MaterialButton
112113 style =" @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
113114 android : layout_width =" 95dp"
114115 android : layout_height =" 48dp"
116+ android : clipChildren =" false"
117+ android : clipToPadding =" false"
115118 android : insetLeft =" 0dp"
116119 android : insetTop =" 0dp"
117120 android : insetRight =" 0dp"
118121 android : insetBottom =" 0dp"
119- android : clipChildren =" false"
120- android : clipToPadding =" false"
121122 app : boxStrokeColor =" @drawable/snabble_stroke"
122123 app : hintEnabled =" false"
123124 app : shapeAppearance =" @style/Snabble.ShapeAppearanceOverlay.RoundedCorners.Big"
149150 android : layout_height =" wrap_content"
150151 android : layout_gravity =" center"
151152 android : importantForAccessibility =" no"
152- android : src =" @drawable/snabble_ic_plus_content "
153+ android : src =" @drawable/snabble_ic_plus "
153154 app : tint =" ?attr/colorOnSurface" />
154155
155156 <com .google.android.material.button.MaterialButton
179180 android : layout_width =" match_parent"
180181 android : layout_height =" 12dp"
181182 android : visibility =" invisible" />
182- </LinearLayout >
183+ </LinearLayout >
0 commit comments