From 6dc2b16da127dd0a68907c037e8219eaacc8806c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 09:40:20 +0000 Subject: Fix gap between wave animation and ocean conditions panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the spurious constraintBottom_toBottomOf="parent" from forecast_row: ConstraintLayout was vertically centering it between the wave and the sheet bottom (default bias 0.5) instead of placing it flush below the wave. Also aligned light-mode wave_sea_bottom (#074B68 → #0D2137) with the forecast_row background so the wave tail blends seamlessly in light theme. https://claude.ai/code/session_01YUbuZNDAoLea4cf9UGQ9qn --- android-app/app/src/main/res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android-app/app/src/main/res/values') diff --git a/android-app/app/src/main/res/values/colors.xml b/android-app/app/src/main/res/values/colors.xml index 2df4109..c3b115c 100755 --- a/android-app/app/src/main/res/values/colors.xml +++ b/android-app/app/src/main/res/values/colors.xml @@ -52,7 +52,7 @@ #2B8FC4 #87C8DF #0D7A9A - #074B68 + #0D2137 #50FFFFFF #80FFFFFF -- cgit v1.2.3