add a contact number type field
This commit is contained in:
parent
39b64cead5
commit
0beac47494
1 changed files with 16 additions and 0 deletions
|
@ -140,6 +140,7 @@
|
|||
android:layout_marginLeft="@dimen/medium_margin"
|
||||
android:layout_marginStart="@dimen/medium_margin"
|
||||
android:layout_marginTop="@dimen/normal_margin"
|
||||
android:layout_toLeftOf="@+id/contact_number_type"
|
||||
android:layout_toRightOf="@+id/contact_name_image"
|
||||
android:hint="@string/number"
|
||||
android:inputType="phone"
|
||||
|
@ -148,6 +149,21 @@
|
|||
android:singleLine="true"
|
||||
android:textSize="@dimen/bigger_text_size"/>
|
||||
|
||||
<com.simplemobiletools.commons.views.MyTextView
|
||||
android:id="@+id/contact_number_type"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignBottom="@+id/contact_number"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignTop="@+id/contact_number"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:gravity="center"
|
||||
android:paddingLeft="@dimen/medium_margin"
|
||||
android:paddingRight="@dimen/medium_margin"
|
||||
android:text="@string/mobile"
|
||||
android:textSize="@dimen/bigger_text_size"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/contact_email_image"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue