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

Commit 86a343e8 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

am: 152a6661

Change-Id: Ib420ca9f6a46a4768f9caff824ccf7924b41ceac
parents c1cb46ca 152a6661
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>