mir*_*zak 2 css android styling look-and-feel
我从事Web开发已经有一段时间了,现在我想学习android。我懂java,那很好。我感兴趣的是如何设计我的应用程序。例如,如果我想在按钮上添加一些边框,或添加阴影。如果它是一个网站,我会使用 css,但是我在 android 中使用什么?
我说的是原生 Android 应用程序,我不想使用像 ionic 或类似的框架。
Android 有自己的样式系统思想属性。和css有点类似。
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#00FF00"
android:typeface="monospace"
android:text="@string/hello" />
Run Code Online (Sandbox Code Playgroud)
您可以阅读 官方文档了解更多内容
| 归档时间: |
|
| 查看次数: |
1743 次 |
| 最近记录: |