beta bug fixes 2

This commit is contained in:
cimenmus
2017-10-28 18:47:33 +03:00
parent 5d5b9c5af7
commit 6491c37fc9
18 changed files with 431 additions and 246 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:focusable="true"
android:focusableInTouchMode="true">
<ch.pizzalink.android.view.PizzalinkEditText
android:id="@+id/orderNotePizzalinkEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:hint="@string/order_note"
app:inputType="multiline"/>
<include layout="@layout/layout_orders_bottom"/>
</RelativeLayout>

View File

@@ -12,7 +12,8 @@
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_above="@id/ordersBottomLayout">
android:layout_above="@id/ordersBottomLayout"
android:scrollbars="vertical">
<LinearLayout
android:layout_width="match_parent"
@@ -49,6 +50,11 @@
android:layout_height="wrap_content"
app:description="@string/order_total" />
<ch.pizzalink.android.view.PizzalinkInfoView
android:id="@+id/orderNotePizzalinkInfoLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:description="@string/order_notee" />
</LinearLayout>