coupon code added on register screen

This commit is contained in:
2019-11-29 22:49:42 +03:00
parent 604d6f829e
commit 55f5684675
4 changed files with 15 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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"

View File

@@ -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>