* fix episode count in MediaFragement * fix tmdb language tag * update media type detection to use the episode field as episodeNumber may be messinging from certain episodes of tv shows
7 lines
237 B
XML
7 lines
237 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?colorSurfaceVariant"/>
|
|
<size
|
|
android:width="400px"
|
|
android:height="600px"/>
|
|
</shape> |