Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature UI improvements #147

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

dievskiy
Copy link

Add bar below toolbar that allows returning to the active channel.
Small UI improvements.

@impozzible
Copy link

Good work, but bar is not visible for rooms without names

@dievskiy
Copy link
Author

Good work, but bar is not visible for rooms without names

You are totally right. I have fixed that.

@impozzible
Copy link

All good now

@not-eexto
Copy link

👍👍

@@ -195,7 +277,6 @@ public ChannelViewHolder(){

itemView.setOutlineProvider(roundedCornersOutline);
itemView.setClipToOutline(true);
itemView.setElevation(V.dp(2));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@grishka
Copy link
Owner

grishka commented Feb 24, 2021

Maybe it would look better if you move it to the bottom? And change to color to white. And add a shadow.

This what it looks like now:
image

Comment on lines 90 to 92
LayoutInflater inflater = LayoutInflater.from(getActivity());
View returnBar = inflater.inflate(R.layout.return_row_bar, null);
ViewGroup.LayoutParams layoutParams = new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space indents :'(

</shape>
</item>

</transition>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this at all?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit wasn't related to the "return bar" feature. The idea was to make channel item more rounded towards official UI.

@dievskiy
Copy link
Author

img

@Sapoose
Copy link

Sapoose commented Feb 28, 2021

Can you make an apk of this (or maybe with other pull requests).

@mkljczk
Copy link

mkljczk commented Feb 28, 2021

@Sapoose most of them are here: https://github.com/mkljczk/Houseclub/releases/tag/1.0.8-mkljczk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants