Fixed small graphical issue in tag editors
This commit is contained in:
parent
774d1f7076
commit
8d1e352be2
2 changed files with 14 additions and 12 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:focusableInTouchMode="true">
|
android:focusableInTouchMode="true">
|
||||||
|
|
||||||
<com.github.ksoichiro.android.observablescrollview.ObservableScrollView
|
<com.github.ksoichiro.android.observablescrollview.ObservableScrollView
|
||||||
android:id="@+id/observableScrollView"
|
android:id="@+id/observableScrollView"
|
||||||
|
|
@ -54,6 +54,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/header"
|
android:layout_below="@+id/header"
|
||||||
|
android:background="?android:attr/colorBackground"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="16dp">
|
android:padding="16dp">
|
||||||
|
|
||||||
|
|
@ -151,8 +152,8 @@
|
||||||
<android.support.v7.widget.Toolbar
|
<android.support.v7.widget.Toolbar
|
||||||
android:id="@+id/toolbar"
|
android:id="@+id/toolbar"
|
||||||
style="@style/Toolbar"
|
style="@style/Toolbar"
|
||||||
android:gravity="start|left"
|
|
||||||
android:background="#00000000"
|
android:background="#00000000"
|
||||||
|
android:gravity="start|left"
|
||||||
tools:ignore="RtlHardcoded" />
|
tools:ignore="RtlHardcoded" />
|
||||||
|
|
||||||
<com.melnykov.fab.FloatingActionButton
|
<com.melnykov.fab.FloatingActionButton
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:focusableInTouchMode="true">
|
android:focusableInTouchMode="true">
|
||||||
|
|
||||||
<com.github.ksoichiro.android.observablescrollview.ObservableScrollView
|
<com.github.ksoichiro.android.observablescrollview.ObservableScrollView
|
||||||
android:id="@+id/observableScrollView"
|
android:id="@+id/observableScrollView"
|
||||||
|
|
@ -68,6 +68,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/header"
|
android:layout_below="@+id/header"
|
||||||
|
android:background="?android:attr/colorBackground"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="16dp">
|
android:padding="16dp">
|
||||||
|
|
||||||
|
|
@ -107,9 +108,9 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="sans-serif"
|
android:fontFamily="sans-serif"
|
||||||
|
android:inputType="text|textCapWords"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:text="@string/genre"
|
android:text="@string/genre"
|
||||||
android:inputType="text|textCapWords"
|
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2" />
|
android:textAppearance="@style/TextAppearance.AppCompat.Body2" />
|
||||||
|
|
||||||
<com.kabouzeid.gramophone.views.DynamicEditText
|
<com.kabouzeid.gramophone.views.DynamicEditText
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue