Get ActionBarSherlock actionBarSize in Android 2.x

后端 未结 2 1940
轻奢々
轻奢々 2021-02-08 16:50

I am using ActionBarSherlock, and this XML line crashes in Android 2.x:

android:layout_height=\"?android:attr/actionBarSize\"

Is there a way to

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-08 17:19

    Use ?attr/actionBarSize which will work on all API levels.

提交回复
热议问题