Code Cleanup with abstract variables

This commit is contained in:
Prathamesh More 2022-01-19 15:06:43 +05:30
parent 5fba286afb
commit f56000a8be
24 changed files with 461 additions and 1772 deletions

View file

@ -17,7 +17,7 @@
android:visibility="gone" />
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/playerRepeatButton"
android:id="@+id/repeatButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/roundSelector"
@ -28,7 +28,7 @@
tools:tint="@color/md_black_1000" />
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/playerShuffleButton"
android:id="@+id/shuffleButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/roundSelector"