android - 修改这个颜色怎么修改的
怪我咯
怪我咯 2017-04-17 17:40:00
0
1
425


你们这个软件这种颜色是怎么修改的,Android原生默认是白色的

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
黄舟

This circular outward-expanding animation comes from Material design and is called ripple (ripple).

To change its color, an easy way is to change the style:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
   ...
   <item name="colorControlHighlight">@color/ripple_material_dark</item>
   ...
</style>

In addition, you can also refer to these SO answers:

  • What should be the color of the Ripple, colorPrimary or colorAccent?

  • How to change the ripple color of the DrawerToggle (back arrow)

  • Changing color of Ripple Effect

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template