|
|
@@ -103,12 +103,14 @@
|
|
|
android:layout_height="wrap_content">
|
|
|
<LinearLayout
|
|
|
style="@style/form_linear_customer"
|
|
|
- android:layout_height="250dp"
|
|
|
+ android:layout_height="300dp"
|
|
|
+ android:minHeight="220dp"
|
|
|
android:paddingBottom="5dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:orientation="horizontal"
|
|
|
android:weightSum="4">
|
|
|
@@ -133,6 +135,7 @@
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:weightSum="4">
|
|
|
|
|
|
<TextView
|
|
|
@@ -156,6 +159,7 @@
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:weightSum="4">
|
|
|
|
|
|
<TextView
|
|
|
@@ -178,6 +182,7 @@
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:weightSum="4">
|
|
|
|
|
|
<TextView
|
|
|
@@ -200,6 +205,7 @@
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:weightSum="4">
|
|
|
|
|
|
<TextView
|
|
|
@@ -223,6 +229,7 @@
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
android:visibility="gone"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:weightSum="4">
|
|
|
|
|
|
<TextView
|
|
|
@@ -247,6 +254,7 @@
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:weightSum="4">
|
|
|
|
|
|
<TextView
|
|
|
@@ -270,6 +278,7 @@
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="20dp">
|
|
|
|
|
|
<TextView
|
|
|
@@ -298,6 +307,7 @@
|
|
|
android:layout_marginTop="5dp"/>
|
|
|
<LinearLayout
|
|
|
style="@style/linear_task_background"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -320,6 +330,7 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/lay_voice_task"
|
|
|
style="@style/linear_task_background"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
android:orientation="horizontal"
|
|
|
android:weightSum="4">
|