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

Commit ad879c9c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Align message TextView of the Add user dialog to 'start'." into main

parents a99b2d1f 638a40da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hyphenationFrequency="fullFast"
            android:gravity="center"
            android:gravity="start"
            style="@style/TextAppearanceSmall"/>

        <LinearLayout
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
    </FrameLayout>
    <TextView
        android:id="@+id/edit_user_info_message"
        android:gravity="center"
        android:gravity="start"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginStart="6dp"