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>