文章詳情頁
android - 修改這個顏色怎么修改的
瀏覽:272日期:2024-09-03 15:33:05
問題描述
你們這個軟件這種顏色是怎么修改的,Android原生默認是白色的
問題解答
回答1:這種圓形向外擴展的動效來自 Material design,叫做ripple(漣漪)。
要改變它的顏色,一個簡單的方法是更改 style:
<style name='AppTheme' parent='Theme.AppCompat.Light.DarkActionBar'> ... <item name='colorControlHighlight'>@color/ripple_material_dark</item> ...</style>
另外你也可以參考這些 SO 的回答:
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
相關文章:
1. docker鏡像push報錯2. 關docker hub上有些鏡像的tag被標記““This image has vulnerabilities””3. 關于docker下的nginx壓力測試4. docker - 如何修改運行中容器的配置5. Docker for Mac 創建的dnsmasq容器連不上/不工作的問題6. angular.js - angularjs的自定義過濾器如何給文字加顏色?7. 前端 - @media query 使用出現的問題?8. html - css氣泡,實現“倒三角(不知道算不算三角了)”可透明的。9. html5和Flash對抗是什么情況?10. java - 如何點擊按鈕,重新運行(我是初學者)?
排行榜

網公網安備