Open-event-droidgen: Improve UI of ViewHolder in SpeakersList RecyclerView

Created on 17 Jan 2018  路  7Comments  路  Source: fossasia/open-event-droidgen

Actual Behaviour

Currently the UI of ViewHolder is not good. The details of the Speaker is displayed on top of the Image of the Speaker. In some cases it leads to a problem as the face of the speaker is hidden completely by the description.

Expected Behaviour

The description shouldn't block the face of the speaker.

Screenshots of the issue

screenshot_2018-01-17-12-26-24-42
screenshot_2018-01-17-12-27-08-38

One can see that in case of Mr. Alex Curreton Griffiths in the first image and Mrs/Miss Anwesha Das in the second image, the description almost completely blocks the face which makes having the image useless.

Would you like to work on the issue?

Yes

Proposed Changes

I believe we can move the description below the image of the speaker to avoid this issue.
@iamareebjamal Views ?

has-PR

All 7 comments

@srv-twry why not we use google's contact app UI, what are your views on that?

@simarsingh24 Can you add a screenshot of what you want to propose ?

Yes, I was thinking of the same problem. We can have a staggered grid UI with the textual information below the image and its background color calculated via Palette

I wish to work on this issue ? May I? @srv-twry

@SparshWadhwa Actually i am working on it. You can claim #2122 if you want. Thanks :smile:
Drop a comment at that issue in case you want to.

@iamareebjamal Can i use Staggered Grid view ? The issue with normal grid layout is variation in the size of the Speaker's textual information.

  1. I need to have the same size of image of each speaker
  2. I also need to have same height of speaker's textual information.
  3. I also need to have the whole item of the same size for all the speakers.

Satisfying all the three is difficult. Instead we can use Staggered Grid layout which will look good and also allow some differences in the heights.

Yes, I already suggested that above - We can have a staggered grid UI

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dr0pdb picture dr0pdb  路  5Comments

Shailesh351 picture Shailesh351  路  6Comments

mariobehling picture mariobehling  路  6Comments

PareshMayani picture PareshMayani  路  5Comments

harshitagupta30 picture harshitagupta30  路  8Comments