How to change some default style of the android Views

Updated 22 December 2016

Save

In this blog,
I will show you how to change some default style of android Views by programmatically.

 

How to change the style of RatingBar using PorterDuff

In XML

In java

getDrawable(index): Returns the drawable for the layer at the specified index.

Parameters index
The index of the layer must be in the range 0…getNumberOfLayers()-1.

PorterDuff.Mode.SRC_ATOP:

Consider these two images:

      

The effect is as if the destination image is trimmed to match the source image, and then held up in front of it:

The Porter/Duff operator that does this is called “Dest Atop”.

 

How to change the color of title divider blue line in Dialog

In this example, I have created a default  Dialog view and change the blue line title divider in Dialog.

Screenshot_2

 

This is simple dialog,

and change the title divider blue line,

and custom_dialog.xml

 

 

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home