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/>.
|
~ 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"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/status_container"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingBottom="@dimen/element_spacing_normal"
|
android:paddingBottom="@dimen/element_spacing_normal"
|
||||||
|
@ -44,11 +44,11 @@
|
||||||
android:completionThreshold="1"
|
android:completionThreshold="1"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:hint="@string/comment_hint"
|
android:hint="@string/comment_hint"
|
||||||
android:inputType="textShortMessage|textMultiLine"
|
android:inputType="textMultiLine|textLongMessage|textCapSentences"
|
||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
android:visibility="visible">
|
android:visibility="visible">
|
||||||
|
|
||||||
<requestFocus />
|
<requestFocus/>
|
||||||
</org.mariotaku.twidere.view.ComposeEditText>
|
</org.mariotaku.twidere.view.ComposeEditText>
|
||||||
|
|
||||||
<org.mariotaku.twidere.view.StatusTextCountView
|
<org.mariotaku.twidere.view.StatusTextCountView
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
android:gravity="center_vertical|start"
|
android:gravity="center_vertical|start"
|
||||||
android:paddingLeft="@dimen/element_spacing_normal"
|
android:paddingLeft="@dimen/element_spacing_normal"
|
||||||
android:paddingRight="@dimen/element_spacing_normal"
|
android:paddingRight="@dimen/element_spacing_normal"
|
||||||
tools:text="140" />
|
tools:text="140"/>
|
||||||
|
|
||||||
<org.mariotaku.twidere.view.ActionIconButton
|
<org.mariotaku.twidere.view.ActionIconButton
|
||||||
android:id="@+id/comment_menu"
|
android:id="@+id/comment_menu"
|
||||||
|
@ -77,10 +77,10 @@
|
||||||
android:layout_below="@+id/edit_comment"
|
android:layout_below="@+id/edit_comment"
|
||||||
android:color="?android:textColorTertiary"
|
android:color="?android:textColorTertiary"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:src="@drawable/ic_action_more_vertical" />
|
android:src="@drawable/ic_action_more_vertical"/>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<include layout="@layout/card_item_status_common" />
|
<include layout="@layout/card_item_status_common"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
Loading…
Reference in New Issue