coupon code added on register screen
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
app:showBackIcon="true"
|
||||
app:titleTextColor="@color/black" />
|
||||
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
@@ -31,10 +30,23 @@
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/background_wood" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/registerCouponCodeTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/register_coupon_code_description"
|
||||
android:background="@color/yellow"
|
||||
android:textColor="@color/black"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="24dp"/>
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@+id/registerButton">
|
||||
android:layout_above="@+id/registerButton"
|
||||
android:layout_below="@+id/registerCouponCodeTextView">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
|
||||
<!-- RegisterActivity-->
|
||||
<string name="activity_title_register">Registrieren</string>
|
||||
<string name="register_coupon_code_description">Willkommensgeschenk\nAls Dankeschön erhalten Sie 10 % Rabatt mit dem Code: <b>PIZZALEU</b></string>
|
||||
<string name="firstname">Vorname</string>
|
||||
<string name="lastname">Nachname</string>
|
||||
<string name="telephone">Natel</string>
|
||||
|
||||
Reference in New Issue
Block a user