Action bar menu shows off screen

后端 未结 1 1867
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-12 09:09

I have application with old - style menu. After changing theme to Holo and switching target SDK version to 14, soft menu button disappeared (it\'s OK) but using menu button

相关标签:
1条回答
  • 2021-01-12 09:54

    I had similar problem and fixed it by setting android:anyDensity="true". It also fixed other issues like tooltip size on high density screens. According to android developer guide: you should not set it "false".

    0 讨论(0)
提交回复
热议问题