阅读材料设计规范,列出了填充,字体大小等尺寸...... 是否有一个常用的常量列表,我可以用来在我的应用程序中加入? 我可以看到类似的东西:
android:textAppearance="?textAppearanceListItemSmall"
style="@style/Base.TextAppearance.AppCompat.Body2"
是否有访问这些名称/常量的通用方法?现在看起来很痛苦,试图从规范中猜出常数的名称是什么,(以及在哪里找到它)
答案 0 :(得分:1)
每种材料设计指南和Android设计指南的默认颜色和尺寸:
https://github.com/DmitryMalkovich/material-design-dimens
实施例
@dimen/material_layout_keylines_screen_edge_margin
@dimen/material_layout_keylines_horizontal_mobile_margin
...