summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_order.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-01-31 13:10:51 -0300
committerTorsten Grote <t@grobox.de>2020-01-31 13:10:51 -0300
commit77ee9bc073e596ef1d90cdb4edc54b68df01a4f6 (patch)
treec1ea70e3d1f2f79de91bc2b828c55ac3641073cd /app/src/main/res/layout/fragment_order.xml
parentdc02246e8b5764b793bbd2430a6057c32faa9b33 (diff)
downloadmerchant-terminal-android-77ee9bc073e596ef1d90cdb4edc54b68df01a4f6.tar.gz
merchant-terminal-android-77ee9bc073e596ef1d90cdb4edc54b68df01a4f6.tar.bz2
merchant-terminal-android-77ee9bc073e596ef1d90cdb4edc54b68df01a4f6.zip
Fetch merchant config from central configuration JSON
Diffstat (limited to 'app/src/main/res/layout/fragment_order.xml')
-rw-r--r--app/src/main/res/layout/fragment_order.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_order.xml b/app/src/main/res/layout/fragment_order.xml
index 462264d..968544e 100644
--- a/app/src/main/res/layout/fragment_order.xml
+++ b/app/src/main/res/layout/fragment_order.xml
@@ -83,6 +83,16 @@
app:layout_constraintStart_toEndOf="@+id/reconfigureButton" />
<Button
+ android:id="@+id/logoutButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="16dp"
+ android:backgroundTint="@color/logoutButton"
+ android:text="@string/button_logout"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintStart_toEndOf="@+id/historyButton" />
+
+ <Button
android:id="@+id/completeButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -92,6 +102,6 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
- app:layout_constraintStart_toEndOf="@+id/historyButton" />
+ app:layout_constraintStart_toEndOf="@+id/logoutButton" />
</androidx.constraintlayout.widget.ConstraintLayout>