PlayerAndroid/app/src/main/res/layout/fragment_player_album_cover...

11 lines
378 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
2018-08-30 09:29:30 +00:00
<androidx.viewpager.widget.ViewPager
2018-11-30 01:06:16 +00:00
android:id="@+id/viewPager"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>