Bug 1202870 - Set toolbar menu row height to 48dp. r=mhaigh

I tried to use the `?android:attr/...` method listed in the nearby comments but
kept receiving a "ResourceNotFound" exception. I wonder if this is related to
the way we inherit and then override the themes.

--HG--
extra : commitid : 6G6nTr4Sfrv
extra : rebase_source : 1ba4aab60e3a9cf3423b0297bd643055f9f1b28d
This commit is contained in:
Michael Comella 2015-09-08 16:57:38 -07:00
Родитель 3f43aa1d0a
Коммит 2aae211245
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,6 +8,6 @@
<!-- This is chosen to be close to Android's listPreferredItemHeightSmall.
TODO: We should inherit these from the system.
http://androidxref.com/4.2.2_r1/xref/frameworks/base/core/res/res/values/themes.xml#1287 -->
<dimen name="menu_item_row_height">44dp</dimen>
<dimen name="menu_item_row_height">48dp</dimen>
</resources>