- Tried to align alerts with material design guidelines.

- Still more work on strings.
This commit is contained in:
Juha Heinanen
2019-05-11 15:27:35 +03:00
parent c061c5d2f9
commit e4fbb71d16
20 changed files with 284 additions and 216 deletions
@@ -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
+1 -1
View File
@@ -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