本文介绍了获取ActionBarSherlock actionBarSize在安卓2.X的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用ActionBarSherlock,并在安卓2.X这个XML行崩溃:
I am using ActionBarSherlock, and this XML line crashes in Android 2.x:
android:layout_height="?android:attr/actionBarSize"
有没有办法让ActionBarSize的ABS?事情是这样的,也许:
Is there a way to get the ActionBarSize for ABS? Something like this maybe:
?android:attr/actionBarSherlockSize
感谢
推荐答案
使用?ATTR / actionBarSize
,将在所有的API级别。
Use ?attr/actionBarSize
which will work on all API levels.
这篇关于获取ActionBarSherlock actionBarSize在安卓2.X的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!