Cleanup with Kotlin extension functions

This commit is contained in:
Prathamesh More 2022-04-13 14:33:36 +05:30
parent fc4f0396a4
commit e0f345b616
37 changed files with 183 additions and 291 deletions

View file

@ -61,6 +61,14 @@
android:visibility="gone"
tools:text="100"
tools:visibility="visible" />
<code.name.monkey.retromusic.views.PlayingIndicatorView
android:id="@+id/playing_indicator"
android:layout_width="45dp"
android:layout_height="45dp"
android:padding="5dp"
android:visibility="gone"
tools:visibility="visible"/>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.textview.MaterialTextView