我不确定 Muzei 的幕后发生了什么。
我有资产
mdpi (48x48)
hdpi (72x72)
xhdpi (96x96)
xxhdpi (144x144)
xxxhdpi (192x192)
nodpi (512x512)
我已经按照示例源的文件夹/资产结构到 T,但是,当 Muzei 加载我的源时,它会用图标填充整个选择器圆圈,而不是像默认设置那样在中间很好地居中(见下文) .
我的清单基本上是:
<application android:allowBackup="true" android:label="@string/app_name" >
<service
android:name=".UnsplashForMuzeiRemoteArtSource"
android:description="@string/source_description"
android:icon="@drawable/ic_launcher"
android:label="@string/source_name" >
...
</service>
</application>