small contact layout fixes
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
<EditText
|
||||
android:id="@+id/Uri"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="SIP URI, telephone number, or userid"
|
||||
android:hint="SIP URI"
|
||||
android:inputType="textUri"
|
||||
android:textSize="18sp"
|
||||
android:layout_width="fill_parent">
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:textSize="20sp"
|
||||
android:inputType="textPersonName"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginStart="0dp"
|
||||
android:hint="Name of Contact" >
|
||||
|
||||
Reference in New Issue
Block a user