215 questions
I'm going to make ImageView in Fragment and use it, but the image view is made in xml. But you can't use the findViewById method when you access the image view in Fragment. I heard it's only available...
I'm printing text views almost full, so I think it'd be nice if I could scroll through them.What should I do?final TextView tv = new TextView(this); tv.setBackgroundResource(R.drawable.splash); tv.set...
I made a scrolling list view. Each list has an image on the left and text on the right.The root layout is <LinearLayoutxmlns:android=http://schemas.android.com/apk/res/androidandroid:orientation=ve...
For example, tv.setText(line1 + \n + line2 + \n + word1 + \t + word2 + \t + word3);If there is a sentence like this, I would like to apply different styles for each line1, line2, word1, word2The sauce...
What is the difference between Padding and Margin in the view?
I'd like to change android:fontFamily on Android. I've never seen a predefined font on Android, so how do I choose one of the predefined fonts? I don't need to define my font, but I want to change it ...
On Android, image views are usually squares. I want to make a square with rounded corners in the image view, is it possible?
How do I change the color of the separation line in the list view of Android? Please teach me.
I put an onClick event in RecyclerView to apply onClickListener to each item, but it doesn't work properly. How shall I do it?
https://developer.android.com/intl/ko/training/material/lists-cards.htmlIf you look here
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.