- Tried to align alerts with material design guidelines.
- Still more work on strings.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
android:layout_toStartOf="@+id/addAccount"
|
||||
android:inputType="textEmailAddress"
|
||||
android:autofillHints="username"
|
||||
android:hint="@string/sip_uri_user_domain" >
|
||||
android:hint="@string/user_domain" >
|
||||
</EditText>
|
||||
|
||||
<ImageButton
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
android:padding="0dp"
|
||||
android:background="@null"
|
||||
android:src="@drawable/calls"
|
||||
android:contentDescription="@string/calls" >
|
||||
android:contentDescription="@string/call_history" >
|
||||
</ImageButton>
|
||||
|
||||
<ImageButton
|
||||
|
||||
Reference in New Issue
Block a user