0

I set the overlay as follows:

<item name="android:windowActionBarOverlay">true</item>

I have android:paddingTop="?attr/actionBarSize", how do do I double it?

android:paddingTop="2*?attr/actionBarSize" wouldn't work

Uri Agassi
  • 36,848
  • 14
  • 76
  • 93
  • Possible duplicate http://stackoverflow.com/questions/7165830/what-is-the-size-of-actionbar-in-pixels (What is the size of the ActionBar in pixels) – airowe Mar 12 '15 at 00:13

1 Answers1

0

You need to do double android:paddingTop="2*?attr/actionBarSize"