commit 2e67d84375e08d0c190b0a18d4c8762e41b9c6ba parent 6a2504e64b61127c36e3a344f5241deb3004e3d9 Author: Bohdan Potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Tue, 14 Apr 2026 14:01:29 +0200 [merchant-terminal] Vladas requested updates 2 Diffstat:
| M | merchant-terminal/src/main/res/layout/fragment_order.xml | | | 21 | ++++++++++----------- |
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/merchant-terminal/src/main/res/layout/fragment_order.xml b/merchant-terminal/src/main/res/layout/fragment_order.xml @@ -116,6 +116,16 @@ app:layout_constraintStart_toEndOf="@+id/restartButton" tools:ignore="HardcodedText" /> + <ImageButton + android:id="@+id/customButton" + android:layout_width="48dp" + android:layout_height="48dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="8dp" + android:backgroundTint="?colorPrimary" + app:srcCompat="@drawable/ic_dialpad" + android:contentDescription="@string/order_custom" /> + <Button android:id="@+id/prevButton" android:layout_width="wrap_content" @@ -135,17 +145,6 @@ android:text="@string/order_next" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@+id/prevButton" /> - - <ImageButton - android:id="@+id/customButton" - android:layout_width="48dp" - android:layout_height="48dp" - android:layout_marginStart="16dp" - android:layout_marginEnd="8dp" - android:backgroundTint="?colorPrimary" - app:srcCompat="@drawable/ic_dialpad" - android:contentDescription="@string/order_custom" /> - </LinearLayout> </HorizontalScrollView>