Merge pull request #1034 from Bars107/master

Fixed issue with all words being capitalized in add favorite
This commit is contained in:
vshcherb 2015-01-08 19:42:15 +03:00
commit d109c1405b

View file

@ -17,7 +17,6 @@
android:id="@+id/Name"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="textCapWords"
android:paddingLeft="3dp"
android:selectAllOnFocus="true" />
</TableRow>