|
16 | 16 |
|
17 | 17 | <include layout="@layout/content_appbar" /> |
18 | 18 |
|
| 19 | + <TextView |
| 20 | + android:id="@+id/textView2" |
| 21 | + android:layout_width="wrap_content" |
| 22 | + android:layout_height="wrap_content" |
| 23 | + android:layout_marginStart="8dp" |
| 24 | + android:layout_marginTop="8dp" |
| 25 | + android:alpha=".87" |
| 26 | + android:text="Customer details" |
| 27 | + android:textColor="@android:color/black" |
| 28 | + app:layout_constraintStart_toStartOf="parent" |
| 29 | + app:layout_constraintTop_toBottomOf="@+id/toolbar" /> |
| 30 | + |
19 | 31 | <android.support.design.widget.TextInputLayout |
20 | 32 | android:id="@+id/tilName" |
21 | 33 | android:layout_width="0dp" |
|
25 | 37 | app:layout_constraintHorizontal_bias="0.0" |
26 | 38 | app:layout_constraintLeft_toLeftOf="parent" |
27 | 39 | app:layout_constraintRight_toRightOf="parent" |
28 | | - app:layout_constraintTop_toBottomOf="@+id/toolbar"> |
| 40 | + app:layout_constraintTop_toBottomOf="@+id/textView2"> |
29 | 41 |
|
30 | 42 | <EditText |
31 | 43 | android:id="@+id/etName" |
32 | 44 | android:layout_width="match_parent" |
33 | 45 | android:layout_height="match_parent" |
34 | 46 | android:ems="10" |
35 | | - android:enabled="false" |
36 | 47 | android:hint="@string/name" |
37 | 48 | android:inputType="textPersonName" |
38 | 49 | android:textSize="14sp" /> |
|
56 | 67 | android:layout_width="match_parent" |
57 | 68 | android:layout_height="match_parent" |
58 | 69 | android:ems="10" |
59 | | - android:enabled="false" |
60 | 70 | android:hint="@string/phone_number" |
61 | 71 | android:inputType="none|phone" |
62 | 72 | android:textSize="14sp" /> |
|
0 commit comments