Twidere-App-Android-Twitter.../twidere/src/main/res/layout/dialog_edit_user_nickname.xml

18 lines
605 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/element_spacing_normal">
<EditText
android:id="@+id/editName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text|textPersonName"
android:maxLines="1"
android:textColor="?colorAccent"
tools:text="Nickname" />
</FrameLayout>