Skip to content

Commit 65d733d

Browse files
authored
Fix offline checkout UI (Apps-2052) (#239)
1 parent 375d29e commit 65d733d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ All notable changes to this project will be documented in this file.
66
### Changed
77
### Removed
88
### Fixed
9+
* Add missing style to fix offline checkout button
910

1011
## [0.80.4]
1112
### Added
12-
* ui: Improve edge-to-edge support for apps targing API level 35
13+
* ui: Improve edge-to-edge support for apps targeting API level 35
1314
* ui: Add UI for deposit return vouchers (APPS-1643)
1415
* core: Handle invalid items (APPS-2039)
1516
* ui/core: Integrate new states for deposit return vouchers into the checkout process and handle them

ui/src/main/res/layout/snabble_view_checkout_offline.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484

8585
<io.snabble.sdk.ui.remotetheme.SnabblePrimaryButton
8686
android:id="@+id/paid"
87+
style="@style/Snabble.Widget.MaterialComponents.Button"
8788
android:layout_width="match_parent"
8889
android:layout_height="wrap_content"
8990
android:layout_alignParentBottom="true"

0 commit comments

Comments
 (0)