|
37 | 37 |
|
38 | 38 | <TextView |
39 | 39 | android:id="@+id/text_status" |
| 40 | + style="@style/Profile.TextView" |
40 | 41 | android:layout_width="match_parent" |
41 | 42 | android:layout_height="wrap_content" |
42 | | - android:layout_marginTop="32dp" |
43 | | - android:paddingTop="10dp" |
44 | | - android:paddingBottom="10dp" |
45 | | - android:text="@string/status" |
46 | | - android:textColor="#DE000000" |
47 | | - android:textSize="18sp" |
48 | | - android:textStyle="normal" /> |
| 43 | + android:text="@string/status" /> |
| 44 | + |
| 45 | + <TextView |
| 46 | + style="@style/Profile.TextView" |
| 47 | + android:layout_width="wrap_content" |
| 48 | + android:layout_height="wrap_content" |
| 49 | + android:text="@string/msg_name" /> |
49 | 50 |
|
50 | 51 | <EditText |
51 | 52 | android:id="@+id/text_name" |
52 | 53 | style="@style/Profile.EditText" |
53 | 54 | android:layout_width="match_parent" |
54 | | - android:layout_height="48dp" |
55 | | - android:layout_marginTop="16dp" |
56 | 55 | android:drawableStart="@drawable/ic_person_black_20dp" |
57 | | - android:hint="@string/msg_name" |
| 56 | + android:hint="@string/msg_profile_name_hint" |
58 | 57 | android:inputType="textCapWords" /> |
59 | 58 |
|
| 59 | + <TextView |
| 60 | + style="@style/Profile.TextView" |
| 61 | + android:layout_width="wrap_content" |
| 62 | + android:layout_height="wrap_content" |
| 63 | + android:text="@string/msg_username" /> |
| 64 | + |
60 | 65 | <EditText |
61 | 66 | android:id="@+id/text_username" |
62 | 67 | style="@style/Profile.EditText" |
63 | 68 | android:layout_width="match_parent" |
64 | | - android:layout_height="48dp" |
65 | | - android:layout_marginTop="16dp" |
66 | 69 | android:drawableStart="@drawable/ic_at_black_20dp" |
67 | | - android:hint="@string/msg_username" |
| 70 | + android:hint="@string/msg_profile_username_hint" |
68 | 71 | android:inputType="text" /> |
69 | 72 |
|
| 73 | + <TextView |
| 74 | + style="@style/Profile.TextView" |
| 75 | + android:layout_width="wrap_content" |
| 76 | + android:layout_height="wrap_content" |
| 77 | + android:text="@string/msg_email" /> |
| 78 | + |
70 | 79 | <EditText |
71 | 80 | android:id="@+id/text_email" |
72 | 81 | style="@style/Profile.EditText" |
73 | 82 | android:layout_width="match_parent" |
74 | | - android:layout_height="48dp" |
75 | | - android:layout_marginTop="16dp" |
76 | | - android:layout_marginBottom="32dp" |
| 83 | + android:layout_marginBottom="16dp" |
77 | 84 | android:drawableStart="@drawable/ic_email_black_20dp" |
78 | | - android:hint="@string/msg_email" |
| 85 | + android:hint="@string/msg_profile_email_hint" |
79 | 86 | android:inputType="textEmailAddress" /> |
80 | 87 | </LinearLayout> |
| 88 | + |
81 | 89 | </ScrollView> |
82 | 90 |
|
83 | 91 | <com.wang.avi.AVLoadingIndicatorView |
|
0 commit comments