fixed quote input text ime flags

This commit is contained in:
Mariotaku Lee 2015-12-28 16:44:24 +08:00
parent 63946e2831
commit 2505b42ec2
1 changed files with 14 additions and 14 deletions

View File

@ -17,9 +17,9 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView android:id="@+id/status_container"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/status_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/element_spacing_normal"
@ -44,7 +44,7 @@
android:completionThreshold="1"
android:focusable="true"
android:hint="@string/comment_hint"
android:inputType="textShortMessage|textMultiLine"
android:inputType="textMultiLine|textLongMessage|textCapSentences"
android:singleLine="false"
android:visibility="visible">