From 488923d1df6b310ea62b67c0cf82dfa30f7de125 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 26 Mar 2016 16:49:56 +0100 Subject: [PATCH] make dialog edittext single line --- app/src/main/res/layout/save_file.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/save_file.xml b/app/src/main/res/layout/save_file.xml index ead44bd..d9ba347 100644 --- a/app/src/main/res/layout/save_file.xml +++ b/app/src/main/res/layout/save_file.xml @@ -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"/>