|
@@ -36,9 +36,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/visit_purpose"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
@@ -66,9 +65,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/special_demand"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
@@ -96,9 +94,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/official_business_demand"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
@@ -126,9 +123,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/other_demand"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
@@ -156,9 +152,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/notes"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
@@ -186,9 +181,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/phone_number"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
@@ -216,9 +210,8 @@
|
|
|
<com.pan_american.android.util.ScrollEditText
|
|
|
android:id="@+id/wechat"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="120dp"
|
|
|
- android:background="@drawable/shape_large_edit_text_background"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="120dp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|