make dialog edittexts single line

This commit is contained in:
tibbi 2016-03-26 16:48:40 +01:00
parent 1da4050d4a
commit 0f10c6dd92
2 changed files with 6 additions and 3 deletions

View File

@ -14,6 +14,7 @@
android:id="@+id/directory_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_margin"/>
android:layout_marginBottom="@dimen/activity_margin"
android:singleLine="true"/>
</LinearLayout>

View File

@ -14,7 +14,8 @@
android:id="@+id/file_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_margin"/>
android:layout_marginBottom="@dimen/activity_margin"
android:singleLine="true"/>
<TextView
android:layout_width="wrap_content"
@ -25,6 +26,7 @@
android:id="@+id/extension"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_margin"/>
android:layout_marginBottom="@dimen/activity_margin"
android:singleLine="true"/>
</LinearLayout>