make dialog edittext single line

This commit is contained in:
tibbi 2016-03-26 16:49:56 +01:00
parent f41804ee5f
commit 488923d1df
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
android:layout_height="wrap_content"
android:layout_below="@+id/file_name_label"
android:layout_marginBottom="@dimen/activity_margin"
android:layout_toLeftOf="@+id/file_extension"/>
android:layout_toLeftOf="@+id/file_extension"
android:singleLine="true"/>
<TextView
android:id="@+id/file_extension"