Thursday 12 April 2012

Custom Tital Bar in Android


Title_Bar_Color_ChangeActivity.java


Layout : Main.xml

Layout : titlebar.xml

Values : colors.xml


Values : styles.xml
Values : themes.xml

AndroidManifest.xml

No comments:

Post a Comment

Rounded or Circle ImageView with Shadow in Android

RoundedImageViewShadow.java public class RoundedImageViewShadow extends ImageView {     private static final ScaleType SCALE_TYPE ...