Fix: Resolve timeline overlapping by increasing container height to 96dp and reducing card sizes to 68dp

This commit is contained in:
2026-07-05 17:43:49 +07:00
parent 424ca4b419
commit fad1c0a264
3 changed files with 9 additions and 9 deletions
@@ -108,7 +108,7 @@
<FrameLayout
android:id="@+id/panelSelectionContainer"
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_height="96dp"
android:background="#000000"
app:layout_constraintTop_toBottomOf="@id/cameraContainer"
app:layout_constraintBottom_toTopOf="@id/bottomControlPanel">
@@ -166,7 +166,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/bottomControlPanel"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:background="#000000"
app:layout_constraintTop_toBottomOf="@id/panelSelectionContainer"
app:layout_constraintBottom_toBottomOf="parent">