Slightly updated the album tag editor appearance to partially fix issue #23

This commit is contained in:
Karim Abou Zeid 2015-05-31 19:35:55 +02:00
commit b4e15b1e02
3 changed files with 11 additions and 18 deletions

View file

@ -26,7 +26,6 @@
android:id="@+id/header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/image"
android:elevation="@dimen/toolbar_elevation"
android:minHeight="@dimen/title_view_height"
android:orientation="vertical"
@ -34,7 +33,8 @@
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="8dp"
tools:ignore="UnusedAttribute">
tools:ignore="UnusedAttribute"
android:layout_below="@+id/image">
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"