Fixed issue with all words being capitalized in add favorite

This commit is contained in:
Denis 2015-01-08 18:16:11 +02:00
parent bdafb288ec
commit de522efd0f

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>