Use ARGB8888 for covers. Fix buttons background

This commit is contained in:
inorichi
2016-01-05 15:54:51 +01:00
parent 138e92d0aa
commit 2f66b6e56c
3 changed files with 26 additions and 1 deletions

View File

@@ -66,6 +66,11 @@
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<meta-data
android:name="eu.kanade.mangafeed.data.cache.CoverGlideModule"
android:value="GlideModule" />
</application>
</manifest>