|
3 | 3 | xmlns:tools="http://schemas.android.com/tools" |
4 | 4 | android:layout_width="match_parent" |
5 | 5 | android:layout_height="match_parent" |
6 | | - android:background="@color/snabble_primaryColor"> |
| 6 | + android:background="#ffffff"> |
7 | 7 |
|
8 | 8 | <TextView |
9 | 9 | android:id="@+id/pay_amount" |
|
14 | 14 | android:textStyle="bold" |
15 | 15 | android:gravity="center" |
16 | 16 | android:textSize="17sp" |
17 | | - android:textColor="@color/snabble_textColorLight" |
| 17 | + android:textColor="@color/snabble_textColorDark" |
18 | 18 | tools:text="@string/Snabble.PaymentSelection.title" /> |
19 | 19 |
|
20 | 20 | <TextView |
|
25 | 25 | android:layout_centerHorizontal="true" |
26 | 26 | android:layout_below="@+id/pay_amount" |
27 | 27 | android:text="@string/Snabble.QRCode.showThisCode" |
28 | | - android:textColor="@color/snabble_textColorLight" |
| 28 | + android:textColor="@color/snabble_textColorDark" |
29 | 29 | android:layout_marginTop="8dp" |
30 | 30 | android:layout_marginLeft="24dp" |
31 | 31 | android:layout_marginRight="24dp" |
|
50 | 50 | android:layout_centerHorizontal="true" |
51 | 51 | android:layout_above="@+id/abort" |
52 | 52 | android:text="@string/Snabble.QRCode.priceMayDiffer" |
53 | | - android:textColor="@color/snabble_textColorLight" |
| 53 | + android:textColor="@color/snabble_textColorDark" |
54 | 54 | android:layout_marginLeft="24dp" |
55 | 55 | android:layout_marginRight="24dp" |
56 | 56 | android:layout_marginBottom="16dp" |
57 | 57 | android:textSize="14sp" /> |
58 | 58 |
|
59 | 59 | <android.support.v7.widget.AppCompatButton |
60 | 60 | android:id="@+id/abort" |
61 | | - style="@style/SnabbleButtonWhite" |
| 61 | + style="@style/SnabbleButton" |
62 | 62 | android:layout_width="wrap_content" |
63 | 63 | android:layout_height="wrap_content" |
64 | 64 | android:layout_alignParentBottom="true" |
|
0 commit comments