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

This commit is contained in:
Matthew Fritze
2016-09-19 16:29:43 +00:00
committed by Android (Google) Code Review

View File

@@ -17,15 +17,17 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="8dip" android:paddingStart="20dp"
android:paddingEnd="8dip"> android:paddingEnd="20dp"
android:paddingTop="16dp"
<EditText android:paddingBottom="12dp"
>
<EditText
android:id="@+id/edittext" android:id="@+id/edittext"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLength="50" android:maxLength="50"
android:singleLine="true" android:singleLine="true"
/> />
</LinearLayout> </LinearLayout>