fixed quote input text ime flags
This commit is contained in:
parent
63946e2831
commit
2505b42ec2
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue