android - How yo add glowing effect on button with background? -
i have taken button in xml , set background img1 on click of button want white glow around button edges . have refereed links http://developer.android.com/guide/topics/ui/controls/button.html android imagebutton selected state? standard android button different color
you can add white border button. please enter question see how add border: android - border button
store xml in
res/drawable/filename.xml
and can access this:
in java: r.drawable.filename in xml: @[package:]drawable/filename
Comments
Post a Comment