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

Commit 152a6661 authored by Matthew Fritze's avatar Matthew Fritze Committed by android-build-merger
Browse files

Update edit text padding on Bluetooth device renaming dialog

am: 68125813

Change-Id: I96e7f964342c5f5b41aa9dfb6aff4e0547551a79
parents 324048eb 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>