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

Commit 19daf295 authored by Yao Lu's avatar Yao Lu Committed by Android (Google) Code Review
Browse files

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

parents 5b0af77f b95e55aa
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>