зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1233709 - Action bar overflow menu sometimes appears with only one item, r=mcomella
This commit is contained in:
Родитель
ddd1e2b6d2
Коммит
81e809bbaf
|
@ -88,6 +88,10 @@
|
|||
<item name="android:background">@android:color/transparent</item>
|
||||
<item name="android:paddingLeft">15dp</item>
|
||||
<item name="android:paddingRight">15dp</item>
|
||||
<!-- gravity and minWidth are added here to more resemble our values/styles.xml
|
||||
counterpart. This is solely to correct bug 1233709 -->
|
||||
<item name="android:gravity">center_vertical</item>
|
||||
<item name="android:minWidth">0dp</item>
|
||||
</style>
|
||||
|
||||
<style name="GeckoActionBar.Button" parent="android:style/Widget.Holo.Light.ActionButton">
|
||||
|
|
Загрузка…
Ссылка в новой задаче