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

Commit b95e55aa authored by yaolu's avatar yaolu
Browse files

Change the group name EditText view to be 48dp or higher.

Bug 29154966

Change-Id: Ia9731f39726d536dce24dfffb672e6fadb4b9e26
parent 3d8803e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,5 +27,6 @@
    <EditText
        android:id="@+id/group_label"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
        android:layout_height="wrap_content"
        android:minHeight="@dimen/group_name_edit_text_min_height"/>
</FrameLayout>
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="@dimen/group_name_edit_text_min_height"
        android:layout_marginBottom="4dp"
        android:layout_marginLeft="4dp"
        android:layout_marginRight="4dp"
+3 −0
Original line number Diff line number Diff line
@@ -289,4 +289,7 @@

    <!-- End margin of edit group title -->
    <dimen name="edit_group_end_margin">72dp</dimen>

    <!-- Minimum height for group name EditText -->
    <dimen name="group_name_edit_text_min_height">48dp</dimen>
</resources>