Android:支持ActionBar图标搞砸了(Galaxy S2 Jelly Bean)

时间:2014-06-08 07:03:33

标签: android android-actionbar android-actionbar-compat

我在运行JB和Android支持库v13的Galaxy S2上错误地绘制了ActionBar图标时出现问题。

在Galaxy S3上工作正常,Galaxy S4运行相同的操作系统,所以我不确定这里的问题是什么。

Galaxy S2输出(Android 4.1.2型号GT-I9100):

enter image description here

Galaxy S3输出:

enter image description here

Nexus 4输出:

enter image description here

Galaxy S4输出:

enter image description here

HTC One M8输出:

enter image description here

Xperia Z输出:

enter image description here

这是Galaxy S2的错误吗?是否有可能解决这个问题?

1 个答案:

答案 0 :(得分:1)

事实证明,这是因为我忘了为S2添加hdpi资源。添加hdpi资源解决了问题。