Top "Android-button" questions

questions about the android.

Setting Button text font in android

I have a button created using android widgets. I want to set the font of the button text to Helv …

android android-layout android-button android-fonts
How to create Button Dynamically in android?

I want to create a page like this. these 7 buttons are already exist but if user want to add more …

java android android-layout android-intent android-button
How do I set the disabled color of a button with AppCompat?

I use this style to change the background color of my Button: <style name="AccentButton" parent="Widget.AppCompat.Button.…

android android-appcompat android-button
android - How can I make a button flash?

Is there any way, in code, to make a button flash continually and then stop flashing when pressed?

android android-button android-gesture
How to mimic the Material-design raised button style, even for pre-Lollipop (minus the special effects)?

Google has shown some nice ways that buttons are shown on Lollipop here. I'm talking about both the raised and …

android android-button android-5.0-lollipop material-design
how to make a capsule shape Button in android?

I want to make a button exactly like in this image I want to use a xml file that will …

android button android-button
Changing the drawable size inside a button

I want to create a Button like this: Here is my code: <Button android:layout_width="80dp" android:layout_…

android android-layout android-drawable android-button android-image
What is the "state_focused" state for a Button?

I would like a Button background to remain a certain color after the button is clicked, and change colors again …

android android-button
Button to go back to MainActivity

I want to create a button that would lead the user straight back to main activity which doesn't have the …

android eclipse android-activity android-button
android change button icon when clicked

I want to know if there is a way of changing a button image when it is clicked. Initially the …

android imagebutton android-button