summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-05-20 09:40:20 +0000
committerClaude <noreply@anthropic.com>2026-05-20 09:40:20 +0000
commit6dc2b16da127dd0a68907c037e8219eaacc8806c (patch)
treefa4b1ba5a2d29d3a839e14b12d04522e1194ac2e /android-app/app/src/main/res/layout
parent925790fee2d3c092cb7ca20797c7b57eeff40fea (diff)
Fix gap between wave animation and ocean conditions panel
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
Diffstat (limited to 'android-app/app/src/main/res/layout')
-rw-r--r--android-app/app/src/main/res/layout/layout_instruments_sheet.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android-app/app/src/main/res/layout/layout_instruments_sheet.xml b/android-app/app/src/main/res/layout/layout_instruments_sheet.xml
index 31c445e..5e58009 100644
--- a/android-app/app/src/main/res/layout/layout_instruments_sheet.xml
+++ b/android-app/app/src/main/res/layout/layout_instruments_sheet.xml
@@ -183,8 +183,7 @@
android:layout_marginEnd="-16dp"
app:layout_constraintTop_toBottomOf="@id/wave_divider"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintBottom_toBottomOf="parent">
+ app:layout_constraintEnd_toEndOf="parent">
<!-- Current -->
<LinearLayout