Fixed album and artist list not scrolling when trying to drag from their title bar
This commit is contained in:
parent
bd89289a1f
commit
0dca677175
3 changed files with 4 additions and 3 deletions
|
|
@ -41,6 +41,8 @@
|
||||||
</li>
|
</li>
|
||||||
<li><b>FIX:</b> Removed the unneeded menu button from the artist and album list.
|
<li><b>FIX:</b> Removed the unneeded menu button from the artist and album list.
|
||||||
</li>
|
</li>
|
||||||
|
<li><b>FIX:</b> Album and artist list not scrolling when trying to drag from their title bar.
|
||||||
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h3>Version 0.9.43 beta1</h3>
|
<h3>Version 0.9.43 beta1</h3>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,8 @@
|
||||||
android:id="@+id/album_art_background"
|
android:id="@+id/album_art_background"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:scaleType="centerCrop" />
|
android:scaleType="centerCrop"
|
||||||
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<com.kabouzeid.gramophone.views.SquareIfPlaceImageView
|
<com.kabouzeid.gramophone.views.SquareIfPlaceImageView
|
||||||
android:id="@+id/image"
|
android:id="@+id/image"
|
||||||
|
|
@ -52,7 +53,6 @@
|
||||||
android:layout_height="@dimen/title_view_height"
|
android:layout_height="@dimen/title_view_height"
|
||||||
android:height="@dimen/title_view_height"
|
android:height="@dimen/title_view_height"
|
||||||
android:background="?default_bar_color"
|
android:background="?default_bar_color"
|
||||||
android:clickable="true"
|
|
||||||
android:elevation="@dimen/toolbar_elevation"
|
android:elevation="@dimen/toolbar_elevation"
|
||||||
android:fontFamily="sans-serif-medium"
|
android:fontFamily="sans-serif-medium"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@
|
||||||
android:layout_height="@dimen/title_view_height"
|
android:layout_height="@dimen/title_view_height"
|
||||||
android:height="@dimen/title_view_height"
|
android:height="@dimen/title_view_height"
|
||||||
android:background="?default_bar_color"
|
android:background="?default_bar_color"
|
||||||
android:clickable="true"
|
|
||||||
android:elevation="@dimen/toolbar_elevation"
|
android:elevation="@dimen/toolbar_elevation"
|
||||||
android:fontFamily="sans-serif-medium"
|
android:fontFamily="sans-serif-medium"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue