Fix crashing
This commit is contained in:
parent
5b39354bd8
commit
016c7f6218
3 changed files with 5 additions and 12 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -46,10 +46,6 @@
|
||||||
-dontwarn
|
-dontwarn
|
||||||
-ignorewarnings
|
-ignorewarnings
|
||||||
|
|
||||||
# ------- FastScrollRecycleView START -------
|
|
||||||
-keep class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup { *; }
|
|
||||||
# ------- FastScrollRecycleView END -------
|
|
||||||
|
|
||||||
-keep public class android.support.design.widget.BottomNavigationView { *; }
|
-keep public class android.support.design.widget.BottomNavigationView { *; }
|
||||||
-keep public class android.support.design.internal.BottomNavigationMenuView { *; }
|
-keep public class android.support.design.internal.BottomNavigationMenuView { *; }
|
||||||
-keep public class android.support.design.internal.BottomNavigationPresenter { *; }
|
-keep public class android.support.design.internal.BottomNavigationPresenter { *; }
|
||||||
|
|
|
@ -25,8 +25,7 @@
|
||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
app:srcCompat="@drawable/ic_keyboard_arrow_up_24dp"
|
app:srcCompat="@drawable/ic_keyboard_arrow_up_24dp"
|
||||||
app:tint="?attr/colorControlNormal"
|
app:tint="?attr/colorControlNormal"
|
||||||
tools:ignore="ContentDescription"
|
tools:ignore="ContentDescription" />
|
||||||
tools:tint="?colorOnSurface" />
|
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:id="@+id/miniPlayerTitle"
|
android:id="@+id/miniPlayerTitle"
|
||||||
|
@ -54,8 +53,7 @@
|
||||||
android:background="?roundSelector"
|
android:background="?roundSelector"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
app:srcCompat="@drawable/ic_skip_previous_white_24dp"
|
app:srcCompat="@drawable/ic_skip_previous_white_24dp"
|
||||||
app:tint="?attr/colorControlNormal"
|
app:tint="?attr/colorControlNormal" />
|
||||||
tools:tint="@color/black_color" />
|
|
||||||
|
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
|
@ -68,7 +66,7 @@
|
||||||
app:srcCompat="@drawable/ic_pause_white_24dp"
|
app:srcCompat="@drawable/ic_pause_white_24dp"
|
||||||
app:tint="?attr/colorControlNormal"
|
app:tint="?attr/colorControlNormal"
|
||||||
tools:ignore="ContentDescription"
|
tools:ignore="ContentDescription"
|
||||||
tools:tint="?colorOnSurface" />
|
tools:tint="?attr/colorControlNormal" />
|
||||||
|
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
|
@ -80,8 +78,7 @@
|
||||||
android:background="?roundSelector"
|
android:background="?roundSelector"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
app:srcCompat="@drawable/ic_skip_next_white_24dp"
|
app:srcCompat="@drawable/ic_skip_next_white_24dp"
|
||||||
app:tint="?attr/colorControlNormal"
|
app:tint="?attr/colorControlNormal" />
|
||||||
tools:tint="?colorOnSurface" />
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
android:background="?rectSelector"
|
android:background="?rectSelector"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:minHeight="64dp"
|
android:minHeight="?attr/listPreferredItemHeight"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
tools:ignore="MissingPrefix">
|
tools:ignore="MissingPrefix">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue