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" />