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

Commit dcc265dc authored by Matthew Fritze's avatar Matthew Fritze Committed by Android (Google) Code Review
Browse files

Merge "Update edit text padding on Bluetooth device renaming dialog" into nyc-mr1-dev

parents 5fca94ac 68125813
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -17,8 +17,11 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:paddingStart="8dip"
    android:paddingEnd="8dip">
    android:paddingStart="20dp"
    android:paddingEnd="20dp"
    android:paddingTop="16dp"
    android:paddingBottom="12dp"
    >

    <EditText
        android:id="@+id/edittext"
@@ -27,5 +30,4 @@
        android:maxLength="50"
        android:singleLine="true"
    />
        
</LinearLayout>