B
B
BitNeBolt2019-10-25 12:37:35
Java
BitNeBolt, 2019-10-25 12:37:35

How is this information block implemented?

What is this element and how is it implemented? Is it a fragment or a custom widget?
5db2c216edefb377270802.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zagaevsky, 2019-10-26
@BitNeBolt

This is most likely just a layout. Perhaps the CardView is at the core. And so - several Frame and Linear Layout are simply combined. You can also do this on the ConstraintLayout, but if it is inside the RecyclerView, then it’s better not to, it can slow down. No custom behavior is visible here.
Here is a similar card
. Here I had to customize (custom view group), as there is no standard way to resolve the relationship between texts about VDNKh. Well, as a result, it turned out to decompose (measure / layout) all the views in one container and very quickly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question