1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 08:52:18 -05:00

Do not capitalize every word

This commit is contained in:
Sebastian Kaspari 2010-03-13 18:49:31 +01:00
parent af676f610a
commit 9e1265ee87

View File

@ -60,6 +60,5 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:inputType="textCapWords"
android:imeOptions="actionSend" />
</LinearLayout>