|
104 | 104 | android:src="@drawable/ic_person_vector" /> |
105 | 105 |
|
106 | 106 | <com.simplemobiletools.commons.views.MyTextView |
107 | | - android:id="@+id/contact_prefix" |
| 107 | + android:id="@+id/contact_name" |
108 | 108 | android:layout_width="match_parent" |
109 | 109 | android:layout_height="wrap_content" |
110 | 110 | android:layout_below="@+id/contact_photo" |
|
117 | 117 | android:paddingTop="@dimen/normal_margin" |
118 | 118 | android:paddingEnd="@dimen/normal_margin" |
119 | 119 | android:paddingBottom="@dimen/normal_margin" |
120 | | - android:singleLine="true" |
121 | | - android:textSize="@dimen/bigger_text_size" /> |
122 | | - |
123 | | - <com.simplemobiletools.commons.views.MyTextView |
124 | | - android:id="@+id/contact_first_name" |
125 | | - android:layout_width="match_parent" |
126 | | - android:layout_height="wrap_content" |
127 | | - android:layout_below="@+id/contact_prefix" |
128 | | - android:layout_centerVertical="true" |
129 | | - android:layout_toEndOf="@+id/contact_name_image" |
130 | | - android:background="?attr/selectableItemBackground" |
131 | | - android:lines="1" |
132 | | - android:maxLines="1" |
133 | | - android:paddingStart="@dimen/small_margin" |
134 | | - android:paddingTop="@dimen/normal_margin" |
135 | | - android:paddingEnd="@dimen/normal_margin" |
136 | | - android:paddingBottom="@dimen/normal_margin" |
137 | | - android:singleLine="true" |
138 | | - android:textSize="@dimen/bigger_text_size" /> |
139 | | - |
140 | | - <com.simplemobiletools.commons.views.MyTextView |
141 | | - android:id="@+id/contact_middle_name" |
142 | | - android:layout_width="match_parent" |
143 | | - android:layout_height="wrap_content" |
144 | | - android:layout_below="@+id/contact_first_name" |
145 | | - android:layout_centerVertical="true" |
146 | | - android:layout_toEndOf="@+id/contact_name_image" |
147 | | - android:background="?attr/selectableItemBackground" |
148 | | - android:lines="1" |
149 | | - android:maxLines="1" |
150 | | - android:paddingStart="@dimen/small_margin" |
151 | | - android:paddingTop="@dimen/normal_margin" |
152 | | - android:paddingEnd="@dimen/normal_margin" |
153 | | - android:paddingBottom="@dimen/normal_margin" |
154 | | - android:singleLine="true" |
155 | | - android:textSize="@dimen/bigger_text_size" /> |
156 | | - |
157 | | - <com.simplemobiletools.commons.views.MyTextView |
158 | | - android:id="@+id/contact_surname" |
159 | | - android:layout_width="match_parent" |
160 | | - android:layout_height="wrap_content" |
161 | | - android:layout_below="@+id/contact_middle_name" |
162 | | - android:layout_centerVertical="true" |
163 | | - android:layout_toEndOf="@+id/contact_name_image" |
164 | | - android:background="?attr/selectableItemBackground" |
165 | | - android:lines="1" |
166 | | - android:maxLines="1" |
167 | | - android:paddingStart="@dimen/small_margin" |
168 | | - android:paddingTop="@dimen/normal_margin" |
169 | | - android:paddingEnd="@dimen/normal_margin" |
170 | | - android:paddingBottom="@dimen/normal_margin" |
171 | | - android:singleLine="true" |
172 | | - android:textSize="@dimen/bigger_text_size" /> |
173 | | - |
174 | | - <com.simplemobiletools.commons.views.MyTextView |
175 | | - android:id="@+id/contact_suffix" |
176 | | - android:layout_width="match_parent" |
177 | | - android:layout_height="wrap_content" |
178 | | - android:layout_below="@+id/contact_surname" |
179 | | - android:layout_centerVertical="true" |
180 | | - android:layout_toEndOf="@+id/contact_name_image" |
181 | | - android:background="?attr/selectableItemBackground" |
182 | | - android:lines="1" |
183 | | - android:maxLines="1" |
184 | | - android:paddingStart="@dimen/small_margin" |
185 | | - android:paddingTop="@dimen/normal_margin" |
186 | | - android:paddingEnd="@dimen/normal_margin" |
187 | | - android:paddingBottom="@dimen/normal_margin" |
188 | | - android:singleLine="true" |
189 | | - android:textSize="@dimen/bigger_text_size" /> |
190 | | - |
191 | | - <com.simplemobiletools.commons.views.MyTextView |
192 | | - android:id="@+id/contact_nickname" |
193 | | - android:layout_width="match_parent" |
194 | | - android:layout_height="wrap_content" |
195 | | - android:layout_below="@+id/contact_suffix" |
196 | | - android:layout_centerVertical="true" |
197 | | - android:layout_toEndOf="@+id/contact_name_image" |
198 | | - android:background="?attr/selectableItemBackground" |
199 | | - android:lines="1" |
200 | | - android:maxLines="1" |
201 | | - android:paddingStart="@dimen/small_margin" |
202 | | - android:paddingTop="@dimen/normal_margin" |
203 | | - android:paddingEnd="@dimen/normal_margin" |
204 | | - android:paddingBottom="@dimen/normal_margin" |
| 120 | + android:tooltipText="John Doe" |
205 | 121 | android:singleLine="true" |
206 | 122 | android:textSize="@dimen/bigger_text_size" /> |
207 | 123 |
|
|
329 | 245 | android:id="@+id/contact_numbers_holder" |
330 | 246 | android:layout_width="match_parent" |
331 | 247 | android:layout_height="wrap_content" |
332 | | - android:layout_below="@+id/contact_nickname" |
| 248 | + android:layout_below="@+id/contact_name" |
333 | 249 | android:layout_toEndOf="@+id/contact_numbers_image" |
334 | 250 | android:orientation="vertical" |
335 | 251 | android:visibility="gone" /> |
|
0 commit comments