Skip to content

Commit 8faa842

Browse files
committed
updated qr code checkout design to match encoded codes design
1 parent deaf487 commit 8faa842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/src/main/res/layout/view_checkout_qrcode.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6-
android:background="@color/snabble_primaryColor">
6+
android:background="#ffffff">
77

88
<TextView
99
android:id="@+id/pay_amount"
@@ -14,7 +14,7 @@
1414
android:textStyle="bold"
1515
android:gravity="center"
1616
android:textSize="17sp"
17-
android:textColor="@color/snabble_textColorLight"
17+
android:textColor="@color/snabble_textColorDark"
1818
tools:text="@string/Snabble.PaymentSelection.title" />
1919

2020
<TextView
@@ -25,7 +25,7 @@
2525
android:layout_centerHorizontal="true"
2626
android:layout_below="@+id/pay_amount"
2727
android:text="@string/Snabble.QRCode.showThisCode"
28-
android:textColor="@color/snabble_textColorLight"
28+
android:textColor="@color/snabble_textColorDark"
2929
android:layout_marginTop="8dp"
3030
android:layout_marginLeft="24dp"
3131
android:layout_marginRight="24dp"
@@ -50,15 +50,15 @@
5050
android:layout_centerHorizontal="true"
5151
android:layout_above="@+id/abort"
5252
android:text="@string/Snabble.QRCode.priceMayDiffer"
53-
android:textColor="@color/snabble_textColorLight"
53+
android:textColor="@color/snabble_textColorDark"
5454
android:layout_marginLeft="24dp"
5555
android:layout_marginRight="24dp"
5656
android:layout_marginBottom="16dp"
5757
android:textSize="14sp" />
5858

5959
<android.support.v7.widget.AppCompatButton
6060
android:id="@+id/abort"
61-
style="@style/SnabbleButtonWhite"
61+
style="@style/SnabbleButton"
6262
android:layout_width="wrap_content"
6363
android:layout_height="wrap_content"
6464
android:layout_alignParentBottom="true"

0 commit comments

Comments
 (0)