-Fixed statistics fragment button not animating when pressed.

-Removed background player notification button opacity change.
This commit is contained in:
John Zhen Mo 2018-05-11 19:21:40 -07:00
parent 6d19ca0c75
commit 87a12db995
2 changed files with 3 additions and 29 deletions

View file

@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:orientation="vertical">
<RelativeLayout
@ -12,7 +11,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="true"
android:focusable="true">
android:focusable="true"
android:background="?attr/selectableItemBackground">
<ImageView
android:id="@+id/sortButtonIcon"
android:layout_width="48dp"