coupon code added on register screen
This commit is contained in:
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
BIN
.idea/caches/gradle_models.ser
generated
BIN
.idea/caches/gradle_models.ser
generated
Binary file not shown.
@@ -20,7 +20,6 @@
|
|||||||
app:showBackIcon="true"
|
app:showBackIcon="true"
|
||||||
app:titleTextColor="@color/black" />
|
app:titleTextColor="@color/black" />
|
||||||
|
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
@@ -31,10 +30,23 @@
|
|||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
android:src="@drawable/background_wood" />
|
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
|
<ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_above="@+id/registerButton">
|
android:layout_above="@+id/registerButton"
|
||||||
|
android:layout_below="@+id/registerCouponCodeTextView">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
@@ -59,6 +59,7 @@
|
|||||||
|
|
||||||
<!-- RegisterActivity-->
|
<!-- RegisterActivity-->
|
||||||
<string name="activity_title_register">Registrieren</string>
|
<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="firstname">Vorname</string>
|
||||||
<string name="lastname">Nachname</string>
|
<string name="lastname">Nachname</string>
|
||||||
<string name="telephone">Natel</string>
|
<string name="telephone">Natel</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user