Added more vertical padding to account configuration
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
android:id="@+id/DisplayNameTitle"
|
android:id="@+id/DisplayNameTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="10dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/display_name" >
|
android:text="@string/display_name" >
|
||||||
</TextView>
|
</TextView>
|
||||||
@@ -68,6 +69,7 @@
|
|||||||
android:id="@+id/AuthUserTitle"
|
android:id="@+id/AuthUserTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="10dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/authentication_username" >
|
android:text="@string/authentication_username" >
|
||||||
</TextView>
|
</TextView>
|
||||||
@@ -87,6 +89,7 @@
|
|||||||
android:id="@+id/AuthPassTitle"
|
android:id="@+id/AuthPassTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="10dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/authentication_password" >
|
android:text="@string/authentication_password" >
|
||||||
</TextView>
|
</TextView>
|
||||||
@@ -110,6 +113,7 @@
|
|||||||
android:id="@+id/OutboundProxyTitle"
|
android:id="@+id/OutboundProxyTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="16dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/outbound_proxies" >
|
android:text="@string/outbound_proxies" >
|
||||||
</TextView>
|
</TextView>
|
||||||
@@ -218,7 +222,7 @@
|
|||||||
android:id="@+id/MediaNatTitle"
|
android:id="@+id/MediaNatTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="16dp"
|
android:paddingTop="12dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/media_nat" >
|
android:text="@string/media_nat" >
|
||||||
</TextView>
|
</TextView>
|
||||||
@@ -289,6 +293,7 @@
|
|||||||
<com.google.android.material.textfield.TextInputLayout
|
<com.google.android.material.textfield.TextInputLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingBottom="4dp"
|
||||||
app:hintEnabled="false"
|
app:hintEnabled="false"
|
||||||
app:endIconMode="password_toggle">
|
app:endIconMode="password_toggle">
|
||||||
<androidx.appcompat.widget.AppCompatEditText
|
<androidx.appcompat.widget.AppCompatEditText
|
||||||
@@ -308,6 +313,7 @@
|
|||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="10dp"
|
||||||
android:orientation="horizontal" >
|
android:orientation="horizontal" >
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/RtcpMuxTitle"
|
android:id="@+id/RtcpMuxTitle"
|
||||||
@@ -350,7 +356,7 @@
|
|||||||
android:id="@+id/AnswerModeTitle"
|
android:id="@+id/AnswerModeTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="10dp"
|
android:paddingTop="14dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/answer_mode" >
|
android:text="@string/answer_mode" >
|
||||||
</TextView>
|
</TextView>
|
||||||
@@ -366,7 +372,7 @@
|
|||||||
android:id="@+id/VoicemailUriTitle"
|
android:id="@+id/VoicemailUriTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="10dp"
|
android:paddingTop="14dp"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:text="@string/voicemail_uri" >
|
android:text="@string/voicemail_uri" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|||||||
Reference in New Issue
Block a user