Here's a list of changes/features: https://github.com/RetroMusicPlayer/RetroMusicPlayer/releases/tag/v5.0 Internal Changes: 1) Migrated to ViewBinding 2) Migrated to Glide V4 3) Migrated to kotlin version of Material Dialogs
6 lines
No EOL
318 B
XML
6 lines
No EOL
318 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/castMiniController"
|
|
class="com.google.android.gms.cast.framework.media.widget.MiniControllerFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" /> |