【发布时间】:2015-02-26 03:29:48
【问题描述】:
我不确定 Muzei 的幕后情况。
我有资产
mdpi (48x48)
hdpi (72x72)
xhdpi (96x96)
xxhdpi (144x144)
xxxhdpi (192x192)
nodpi (512x512)
我已经按照example source's 文件夹/资产结构到 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>
【问题讨论】: