layout tag

76 questions


1 answers
77 views
0
Can I set the interval between each item in the list in the list view on Android?

I used marginBottom to keep a distance between items in the list view. There hasn't been much change.How do I keep each item at a distance?<LinearLayoutandroid:id=@+id/alarm_occurencesandroid:layou...


1 answers
122 views
0
Questions when implementing Android viewpager and tap functions

We are currently using the toolbar, tabs, and viewpager, and each is shown in the fragments. There are three tabs, and each time you turn over the screen, the data is being retrieved from the server. ...


1 answers
88 views
0
Android: Meaning of layout_weight

How do I write the android:layout_weight property?


1 answers
83 views
0
Can I make a JAVA GUI listener without AWT?

I am an introductory Java developer who is studying with an Internet tutorial, and I learned how to create a full-screen GUI application. By the way, my program says that the previous version of AWT i...

2 years ago

1 answers
144 views
0
How to Remove Title Bar from Activity XML

I want to hide the title bar from the activity. I applied style to all activitiesIf you use @android:style/theme.NoTitleBar, the title bar disappearsI can't use that. Is there any other way?


1 answers
83 views
0
How to create a border in a text view

Is it possible to draw a border around the text view?


1 answers
158 views
0
Please explain Gravity and layout_gravity

If you look at XML layout properties, there are Android:gravity and Android:layout_gravityWhen adding values such as center, center_vertical, center_horizontal, etcPlease explain the difference betwee...


1 answers
116 views
0
What is the difference between match_parent and fill_parent?

If you look at XML properties, there are match_parent and fill_parent What's the difference between the two?It looks similar to me, so I'm confused


3 answers
124 views
0
Can you make it like this?

To be honest, I think it's easy to make this shape.The problem is that I want to put a button in that window and move on to another fragment or activity when I press the button.Currently, the way to m...


1 answers
143 views
0
What is the difference between fill_parent and wrap_content?

What is the difference between fill_parent and wrap_content?

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.