File tree Expand file tree Collapse file tree 4 files changed +8
-20
lines changed Expand file tree Collapse file tree 4 files changed +8
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9191 android : layout_height =" wrap_content"
9292 android : layout_marginEnd =" 8dp" >
9393
94- <ImageView
94+ <androidx .appcompat.widget.AppCompatImageView
9595 android : layout_width =" wrap_content"
9696 android : layout_height =" wrap_content"
9797 android : layout_gravity =" center"
9898 android : importantForAccessibility =" no"
99- android : src =" @drawable/snabble_ic_minus "
99+ android : src =" @drawable/snabble_ic_minus_content "
100100 app : tint =" ?attr/colorOnSurface" />
101101
102102 <com .google.android.material.button.MaterialButton
145145 android : layout_height =" wrap_content"
146146 android : layout_marginStart =" 8dp" >
147147
148- <ImageView
148+ <androidx .appcompat.widget.AppCompatImageView
149149 android : layout_width =" wrap_content"
150150 android : layout_height =" wrap_content"
151151 android : layout_gravity =" center"
152152 android : importantForAccessibility =" no"
153- android : src =" @drawable/snabble_ic_plus "
153+ android : src =" @drawable/snabble_ic_plus_content "
154154 app : tint =" ?attr/colorOnSurface" />
155155
156156 <com .google.android.material.button.MaterialButton
Original file line number Diff line number Diff line change 7979 tools : src =" @drawable/snabble_ic_payment_select_sepa"
8080 android : importantForAccessibility =" no" />
8181
82- <ImageView
82+ <androidx .appcompat.widget.AppCompatImageView
8383 android : id =" @+id/payment_chevron"
8484 android : layout_width =" 7dp"
8585 android : layout_height =" 7dp"
129129 android : layout_marginTop =" 12dp"
130130 android : layout_marginBottom =" 12dp"
131131 android : text =" @string/Snabble.Shoppingcart.BuyProducts.selectPaymentMethod" />
132- </merge >
132+ </merge >
Original file line number Diff line number Diff line change 9090 </style >
9191
9292 <style name =" Widget.App.SnackbarText" parent =" Widget.MaterialComponents.Snackbar.TextView" >
93- <item name =" android:textColor" >?attr/colorOnSurface </item >
93+ <item name =" android:textColor" >?attr/colorOnSecondaryContainer </item >
9494 </style >
9595
9696 <style name =" ThemeOverlay.App.Snackbar" parent =" " >
97- <item name =" colorOnSurface" >?attr/colorSurface </item >
97+ <item name =" colorOnSurface" >?attr/colorSecondaryContainer </item >
9898 </style >
9999
100100</resources >
You can’t perform that action at this time.
0 commit comments