layout tag

76 questions


1 answers
118 views
0
Can I get the screen size in pixels?

There's a work that I personally made, and I want to place it on the top right of the program.Like n pixels from the top border, m pixels from the right border. In conclusion, you need to find the hor...

2 years ago

1 answers
65 views
0
Can't you make the Android button not work?

There are prev and next buttons. I made these two buttons dynamic Even if it's the first screen, there's no more screen to go back, so don't let the Prev button workI don't want to move on to the nex...

2 years ago

1 answers
111 views
0
Problems not seeing Android xml layout (Gradle build problem)

https://mplatform.seoul.go.kr/w/contest/award/2016/wnpz/selectPageListWinner.doI didn't know how to play Android, so I tried to open an open source and study, but it worked, but the layout preview did...

2 years ago

2 answers
143 views
0
What is the difference between px, dp, dip, and sp?

What is the difference between px dip dsp on Android?


1 answers
76 views
0
How do I round the edges of the layout?

I'm looking for a way to round the edges of the layout. I don't know what to do with my head.

2 years ago

1 answers
111 views
0
I want to know the size of the screen

n is the pixel at the top of the screen and m is the pixel on the right I'm trying to get the pixel on the top right like the code below.I am asking if there is a way to get screen width and screen he...

2 years ago

3 answers
113 views
0
Question of passing values from the main of the viewfager to the fragment.

The main is currently using the View Pager tab layout toolbar. When you click Search here, you perform the SearchAsyncTask. Then, you want to get a long value from SearchAsyncTask's onPostExecute and ...


1 answers
40 views
0
To read the value of string.xml from Android

To read the value of String.xmlStringMess=R.string.message_1;I tried it like this, but the id value of the string was returned as an integer instead of a string. I'd like to read the text, what should...

2 years ago

1 answers
86 views
0
Could you give the width as a percentage in Relative Layout?

I'm designing a login layout like the image below on Android.I can make it like this. The problem is that I'm hardcoding something like host EditText in that picture like android:layout_width=172dp......


1 answers
43 views
0
I don't know how to change this screen configuration to TableLayout or GridLayout, which was created only with LinearLayout.

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

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.