1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove explicit left-alignment so EditText works with RTL languages

This commit is contained in:
cketti 2013-04-13 20:21:56 +02:00
parent 7d36d3da1f
commit 3d884a8f1c

View File

@ -28,7 +28,7 @@
android:id="@+id/identity"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left|center"
android:gravity="center_vertical"
android:layout_marginLeft="6dip"
android:layout_marginRight="6dip"/>
@ -221,7 +221,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="left|top"
android:gravity="top"
android:hint="@string/message_compose_content_hint"
android:inputType="textMultiLine|textAutoCorrect|textCapSentences"
android:imeOptions="actionDone|flagNoEnterAction"
@ -232,7 +232,7 @@
android:id="@+id/upper_signature"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left|top"
android:gravity="top"
android:editable="false"
android:minLines="0"
android:autoText="true"
@ -260,7 +260,7 @@
android:id="@+id/quoted_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left|top"
android:gravity="top"
android:minLines="3"
android:autoText="true"
android:capitalize="sentences"
@ -302,7 +302,7 @@
android:id="@+id/lower_signature"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left|top"
android:gravity="top"
android:editable="false"
android:minLines="0"
android:autoText="true"