removed extra blank lines (#1259)

fixed results not showing for jellybean
made edit text max line 1 to prevent it newlines being added and moving the edit text into the list view
This commit is contained in:
Carlos
2018-02-18 13:36:34 -05:00
committed by inorichi
parent 9194dc0161
commit fc1f290b85
3 changed files with 14 additions and 7 deletions
@@ -14,6 +14,7 @@
android:hint="@string/title"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:maxLines="1"
app:layout_constraintTop_toTopOf="parent"/>
<ProgressBar
@@ -34,7 +35,7 @@
android:id="@+id/track_search_list"
style="@style/Theme.Widget.CardView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="match_parent"
android:layout_marginTop="40dp"
android:choiceMode="singleChoice"
android:clipToPadding="false"