|
41 | 41 |
|
42 | 42 | </RelativeLayout> |
43 | 43 |
|
44 | | - <com.simplemobiletools.commons.views.MyEditText |
45 | | - android:id="@+id/text_edittext" |
| 44 | + <LinearLayout |
46 | 45 | android:layout_width="match_parent" |
47 | 46 | android:layout_height="wrap_content" |
48 | 47 | android:layout_below="@+id/change_keyboard_holder" |
49 | | - android:layout_margin="@dimen/activity_margin" /> |
| 48 | + android:orientation="vertical"> |
50 | 49 |
|
| 50 | + <com.simplemobiletools.commons.views.MyEditText |
| 51 | + android:id="@+id/text_edittext" |
| 52 | + android:layout_width="match_parent" |
| 53 | + android:layout_height="wrap_content" |
| 54 | + android:layout_marginStart="@dimen/activity_margin" |
| 55 | + android:layout_marginTop="@dimen/activity_margin" |
| 56 | + android:layout_marginEnd="@dimen/activity_margin" |
| 57 | + android:layout_marginBottom="@dimen/activity_margin" /> |
| 58 | + |
| 59 | + <com.simplemobiletools.commons.views.MyEditText |
| 60 | + android:id="@+id/text_editphone" |
| 61 | + android:layout_width="match_parent" |
| 62 | + android:layout_height="wrap_content" |
| 63 | + android:layout_marginStart="@dimen/activity_margin" |
| 64 | + android:layout_marginTop="@dimen/activity_margin" |
| 65 | + android:layout_marginEnd="@dimen/activity_margin" |
| 66 | + android:layout_marginBottom="@dimen/activity_margin" |
| 67 | + android:inputType="phone" /> |
| 68 | + |
| 69 | + </LinearLayout> |
51 | 70 | </RelativeLayout> |
52 | 71 | </androidx.core.widget.NestedScrollView> |
53 | 72 | </androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments