mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	change the Notes field input type into CapSentences
This commit is contained in:
		| @@ -341,7 +341,7 @@ | |||||||
|             android:layout_marginTop="@dimen/normal_margin" |             android:layout_marginTop="@dimen/normal_margin" | ||||||
|             android:layout_toRightOf="@+id/contact_notes_image" |             android:layout_toRightOf="@+id/contact_notes_image" | ||||||
|             android:hint="@string/notes" |             android:hint="@string/notes" | ||||||
|             android:inputType="textCapWords|textMultiLine" |             android:inputType="textCapSentences|textMultiLine" | ||||||
|             android:textCursorDrawable="@null" |             android:textCursorDrawable="@null" | ||||||
|             android:textSize="@dimen/bigger_text_size"/> |             android:textSize="@dimen/bigger_text_size"/> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user