Theam

 <!-- Base application theme. -->
<!--<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">-->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>

Style

<style name="style1">
<item name="android:textSize">25dp</item>
<item name="android:textColor">@color/red</item>
</style>
<style name="style2" parent="style1">
<item name="android:background">@color/yellow</item>
</style>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/style1"
android:text="haah"
android:id="@+id/tv1"/>
<TextView
style="@style/style2"
android:text="haah"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/tv2"/>

最新文章

  1. 一次Redis的使用Bug记录(exec)
  2. Java同步synchronized与死锁
  3. [Java] arraycopy 数组复制(转)
  4. [转]C++学习–基础篇(书籍推荐及分享)
  5. mv命令(转)
  6. mfc unicode下一些容易容易搞混的基本类型
  7. Head of a Gang (map+邻接表+DFS)
  8. ZOJ 1914 Arctic Network (POJ 2349) MST
  9. 头一回发博客,来分享个有关C++类型萃取的编写技巧
  10. C# Url编码 HtmlUrl编码
  11. MYSQL 日志文件路径错误 1067错误
  12. Shuttle ESB(四)——宣布订阅模式实例介绍(1)
  13. Flex 布局教程
  14. PAT1031:Hello World for U
  15. drf框架之分页器的用法
  16. 图解Windows 10下Visual Studio Code的下载和安装
  17. MySQL根据某个字段查询重复的数据
  18. 线段树 + 区间更新: HDU 4893 Wow! Such Sequence!
  19. IDEA SpringBoot Deprecated configuration property ‘server.servlet-path’
  20. 如何修改macbook的MAC地址

热门文章

  1. MySQL之架构与历史(一)
  2. day38--MySQL基础二
  3. windows服务自动备份数据库
  4. 记一次Entity Framework 项目的优化过程
  5. flask url_for()和redirect的区别
  6. Leetcode 592.分数加减运算
  7. P3078 [USACO13MAR]扑克牌型Poker Hands
  8. 服务器和客户端Socket单向通信例子
  9. xtrabackup安装使用说明
  10. PE415