Cover and Lyrics view now correctly reflect screen size

This commit is contained in:
antonio 2023-03-16 18:49:42 +01:00
parent b9e8faac38
commit 94cf24fff1
4 changed files with 36 additions and 32 deletions

View file

@ -1,7 +1,9 @@
package com.cappielloantonio.play.ui.fragment;
import android.content.ComponentName;
import android.graphics.Point;
import android.os.Bundle;
import android.view.Display;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;