Android Material Design是否有默认高度的集合?

时间:2015-11-13 08:12:05

标签: android android-layout material-design android-design-library

我学习过Android的Material Design。

我发现有很多默认高度。

e.g。

https://developer.android.com/design/downloads/index.html https://www.google.com/design/spec/layout/structure.html#structure-app-bar

但这些资源不是Android开发者的格式。

我想要一些像default-dimen.xml

的东西

是否有任何项目,dimen.xml存储所有这些默认高度?

3 个答案:

答案 0 :(得分:1)

然后使用dimen资源以md开头

e.g。

@扪/ md_button_padding_horizo​​ntal

更多默认材质设计布局尺寸

https://gist.github.com/umitems/095c86666246c3f32a4e

REF。https://github.com/afollestad/material-dialogs

答案 1 :(得分:0)

每种材料设计指南和Android设计指南的默认颜色和尺寸:

https://github.com/DmitryMalkovich/material-design-dimens

示例

@dimen/material_layout_keylines_screen_edge_margin
@dimen/material_layout_keylines_horizontal_mobile_margin
...

答案 2 :(得分:0)

material-components/material-components-android github存储库已定义样式,您也可以将其用于视图。