diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb4495d8..f56c083f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Changed
+- Swapped positions of camera switch and image preview buttons ([#157])
## [1.2.0] - 2025-09-09
### Added
@@ -48,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#20]: https://github.com/FossifyOrg/Camera/issues/20
[#97]: https://github.com/FossifyOrg/Camera/issues/97
+[#157]: https://github.com/FossifyOrg/Camera/issues/157
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.2.0...HEAD
[1.2.0]: https://github.com/FossifyOrg/Camera/compare/1.1.0...1.2.0
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 204ad495..79349bf2 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -114,17 +114,17 @@
+ app:layout_constraintTop_toTopOf="@id/shutter"
+ tools:src="@tools:sample/backgrounds/scenic" />
+ app:layout_constraintTop_toTopOf="@id/shutter" />