From 8d1e352be20d35c754961e57087c1e4ac41e62d3 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Fri, 17 Apr 2015 10:57:18 +0200 Subject: [PATCH] Fixed small graphical issue in tag editors --- .../main/res/layout/activity_album_tag_editor.xml | 13 +++++++------ .../main/res/layout/activity_song_tag_editor.xml | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/layout/activity_album_tag_editor.xml b/app/src/main/res/layout/activity_album_tag_editor.xml index 3d862723..02c9a422 100644 --- a/app/src/main/res/layout/activity_album_tag_editor.xml +++ b/app/src/main/res/layout/activity_album_tag_editor.xml @@ -1,9 +1,9 @@ + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:focusable="true" + android:focusableInTouchMode="true"> @@ -151,8 +152,8 @@ + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:focusable="true" + android:focusableInTouchMode="true"> @@ -107,9 +108,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="sans-serif" + android:inputType="text|textCapWords" android:singleLine="true" android:text="@string/genre" - android:inputType="text|textCapWords" android:textAppearance="@style/TextAppearance.AppCompat.Body2" />