initial commit
This commit is contained in:
@@ -34,31 +34,31 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ch.pizzapp.android.view.AppInfoView
|
||||
<ch.pizzamaxx.android.view.AppInfoView
|
||||
android:id="@+id/pizzapassCountPizzalinkInfoLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:description="@string/pizza_pass" />
|
||||
|
||||
<ch.pizzapp.android.view.AppInfoView
|
||||
<ch.pizzamaxx.android.view.AppInfoView
|
||||
android:id="@+id/firstnamePizzalinkInfoLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:description="@string/profile_firstname" />
|
||||
|
||||
<ch.pizzapp.android.view.AppInfoView
|
||||
<ch.pizzamaxx.android.view.AppInfoView
|
||||
android:id="@+id/lastnamePizzalinkInfoLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:description="@string/profile_lastname" />
|
||||
|
||||
<ch.pizzapp.android.view.AppInfoView
|
||||
<ch.pizzamaxx.android.view.AppInfoView
|
||||
android:id="@+id/emailPizzalinkInfoLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:description="@string/profile_email" />
|
||||
|
||||
<ch.pizzapp.android.view.AppInfoView
|
||||
<ch.pizzamaxx.android.view.AppInfoView
|
||||
android:id="@+id/phonePizzalinkInfoLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user