diff --git a/LocationRinger/res/layout/ringer_about_fragment.xml b/LocationRinger/res/layout/ringer_about_fragment.xml index 02a88d9..9e5f8cf 100644 --- a/LocationRinger/res/layout/ringer_about_fragment.xml +++ b/LocationRinger/res/layout/ringer_about_fragment.xml @@ -24,7 +24,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText" - android:capitalize="words" /> + android:capitalize="words" + android:imeOptions="actionNext" + android:singleLine="true" />