|
@@ -16,9 +16,9 @@
|
|
|
|
|
|
|
|
|
<AbsoluteLayout
|
|
|
- android:layout_width="335dp"
|
|
|
+ android:layout_width="332dp"
|
|
|
android:layout_height="490dp"
|
|
|
- android:layout_x="8dp"
|
|
|
+ android:layout_x="6dp"
|
|
|
android:layout_y="86dp"
|
|
|
android:topLeftRadius="40dp"
|
|
|
android:topRightRadius="40dp"
|
|
@@ -90,7 +90,8 @@
|
|
|
<EditText
|
|
|
android:id="@+id/editTextTextPersonName4"
|
|
|
android:layout_width="120dp"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ style="@style/my_edittext_style"
|
|
|
android:layout_x="185dp"
|
|
|
android:layout_y="190dp"
|
|
|
android:ems="15"
|
|
@@ -102,7 +103,8 @@
|
|
|
<EditText
|
|
|
android:id="@+id/editTextTextPersonName5"
|
|
|
android:layout_width="120dp"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ style="@style/my_edittext_style"
|
|
|
android:layout_x="185dp"
|
|
|
android:layout_y="240dp"
|
|
|
android:ems="15"
|