blob: 4eb269bd19574eea9467f25079f70c690e3fae0d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingTop="16dp">
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/ring_device_name_txt_box"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/ring_device_name_txt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/account_rename_device_hint"
android:imeOptions="actionDone"
android:inputType="textCapWords"
android:lines="1"
android:maxLines="1" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>