Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d884a8f authored by cketti's avatar cketti
Browse files

Remove explicit left-alignment so EditText works with RTL languages

parent 7d36d3da
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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"