button tag

27 questions


1 answers
105 views
0
When you make buttons on Android. Is there a button to write text and images together?

I'm trying to dynamically change the image of the button image. There's text above the image.At this time, if you use ImageButton, you can't add text, and if you use Button, android:drawableBottom in ...

1 years ago

1 answers
123 views
0
Can't you override the back button on Android and handle it like a home button?

When I press the Back button on Android, I want to stop the application and go to the home screen How shall I do it?

1 years ago

1 answers
115 views
0
Is there any way to block the back button on Android?

Is there any way to block the back button while logging out of the application?

1 years ago

1 answers
69 views
0
How to erase or hide buttons on Android

I want to know how to hide or erase the button as the title says.

1 years ago

1 answers
69 views
0
Add Kakao Talk Chat Room Button

If you look at this picture, there's a + button in the lower right corner of the left image. From the list of chat rooms,I want to keep the button on the spot, but how do I do this?

1 years ago

2 answers
113 views
0
Positioning FloatingActionButton

Hello! I'm posting a question because I don't know how to change the location of FAB


2 answers
130 views
0
How should I put my padded jacket when I put an image on the Android button?

I add a button on Android I want to put the image in the center and put a schedule padding. <Button android:background=@drawble/~ /> I did it like this and it was full. ㅜ

1 years ago

1 answers
66 views
0
How do I exit the application and show the home screen?

The application has a button called EXIT that lets you go to the home screen.When this button is pressed, I want to have a screen showing the application icon on my phone, what should I do?

1 years ago

1 answers
113 views
0
Why do I have to press the button one more time?

<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:tools=http://schemas.android.com/tools android:layout_width=match_parent android...


1 answers
103 views
0
[Novice Wang] I want to change the background of the button selected under certain conditions

When selecting any one of the 29 buttons under the condition that n=1 is performed during multiple actions, If the background of the selected button is A, I would like to change it to B.for(i in 0..28...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.