forked from organicmaps/organicmaps
[bookmarks] Words → Sentences capitalization
This commit is contained in:
parent
530f7c2703
commit
c40ebd6634
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/name"
|
||||
android:inputType="textCapWords"
|
||||
android:inputType="textCapSentences"
|
||||
android:singleLine="true"/>
|
||||
|
||||
</com.mapswithme.maps.widget.CustomTextInputLayout>
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
f.font = [cell.textLabel.font fontWithSize:[cell.textLabel.font pointSize]];
|
||||
f.tag = TEXTFIELD_TAG;
|
||||
f.delegate = self;
|
||||
f.autocapitalizationType = UITextAutocapitalizationTypeWords;
|
||||
f.autocapitalizationType = UITextAutocapitalizationTypeSentences;
|
||||
cell.textLabel.hidden = YES;
|
||||
cell.detailTextLabel.hidden = YES;
|
||||
cell.accessoryType = UITableViewCellAccessoryNone;
|
||||
|
|
Loading…
Add table
Reference in a new issue