Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Just like the picture shows, let in horizontal, every item in my RecyclerView will have a ImageView and TextView
i want to make this in horizontalenter image description here
You could use this CircleList library, that it does almost the same as you want.
The effect is made with this MatrixView, you can copy it and do the effect as you want.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Button with image and Text
if it is not possible with button than please recommend the other way.
Instead of a button, use any layout eg. Linear Layout and place the image and text on it and add a click listener to the layout. It'll work the same way, plus more customization.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to Slide an activity like the image below, after sliding the trail of the activities must be visible like the below image.
enter image description here
you can use this library DiscreteScrollView just you need to customize the adapter layout as your requirement.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
i wanna create xml backgroud for item of my list but backgroun must be like it
how to do it, please help
you don't need to create new xml for backgound, just add to the items xml this background
android:background="#android:drawable/dialog_holo_light_frame"
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to add another 1 full-width row on the top of the Grid view that is not divided into two?the content was same but the image would be display on right. here's the link to the tutorial i followed : link to the tutorial i will mark this answer immediately for those who can solve this thanks!
You just make a change in Xml, in gridview jst change with android:numColumns="1"
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have added a divider as images to list view. but it is not showing at the bottom of the list. Why?
Because divider are used just to separate listitems from one another.last item does not need to be separated so it won't show you the divider at the bottom. this might help you( though it is reverse then what you asked).