mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Added missing cap sentences flag to display name field in third party account login
This commit is contained in:
parent
82071985bc
commit
e9f7e4dcf5
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
|||
android:textSize="14sp"
|
||||
android:textColor="?attr/color_main2_600"
|
||||
android:background="@drawable/edit_text_background"
|
||||
android:inputType="text|textPersonName"
|
||||
android:inputType="text|textPersonName|textCapSentences"
|
||||
android:hint="@string/sip_address_display_name"
|
||||
app:layout_constraintWidth_max="@dimen/text_input_max_width"
|
||||
app:layout_constraintTop_toBottomOf="@id/display_name_label"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue