开发者

How should I name styles and Themes in Android

开发者 https://www.devze.com 2022-12-30 23:00 出处:网络
What is the convention for naming xml styles in Android. I have seee things like Widget.TextView.SpinnerItem

What is the convention for naming xml styles in Android.

I have seee things like

Widget.TextView.SpinnerItem 

and

开发者_如何学PythonTheme.Black

If I extend these in my own styles how should I name it?


The styles can follow the following convention X style parent of Y then you should write Y.X

see Android UI best practices I have found out so far

0

精彩评论

暂无评论...
验证码 换一张
取 消