kebappass count added

This commit is contained in:
2019-04-03 22:53:36 +03:00
parent bd59a4d1e0
commit f1a4760bd8
6 changed files with 26 additions and 3 deletions

View File

@@ -40,6 +40,12 @@
android:layout_height="wrap_content"
app:description="@string/pizza_pass" />
<ch.pizzamaxx.android.view.AppInfoView
android:id="@+id/kebappassCountPizzalinkInfoLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:description="@string/kebap_pass" />
<ch.pizzamaxx.android.view.AppInfoView
android:id="@+id/firstnamePizzalinkInfoLayout"
android:layout_width="match_parent"

View File

@@ -198,7 +198,8 @@
<!-- CreateOrderSummaryFragment-->
<!-- ProfileFragment-->    
<string name="pizza_pass">PIZZA PASS</string>    
<string name="pizza_pass">PIZZA PASS</string> 
<string name="kebap_pass">KEBAP PASS</string>      
<string name="profile_firstname">PRÉNOM</string>    
<string name="profile_lastname">NOM DE FAMILLE</string>    
<string name="profile_telephone">NATEL</string>    

View File

@@ -199,6 +199,7 @@
<!-- ProfileFragment-->    
<string name="pizza_pass">PIZZA PASS</string>    
<string name="kebap_pass">KEBAP PASS</string>    
<string name="profile_firstname">VORNAME</string>    
<string name="profile_lastname">NACHNAME</string>    
<string name="profile_telephone">NATEL</string>