Using the colors for the new Material design theme in Android

前端 未结 3 1445
感情败类
感情败类 2021-02-01 21:33

I was in the process of designing an Android application and decided to try out the new Material theme. I found all of the available color schemes for the new theme online, but

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 22:24

    First create a XML file in your values directory called colors.xml

    res/values/colors.xml

    
        #FF5722
        #E64A19
    
    

    And edit your styles.xml or yourtheme.xml file.

    res/values/styles.xml

    
    
        
        
    
    

    If you are in confusion HERE is step by step guides to use custom material design theme and color.

提交回复
热议问题