-
Notifications
You must be signed in to change notification settings - Fork 399
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
base: master
Are you sure you want to change the base?
Conversation
Merge pull request grishka#139 from dievskiy/master
Good work, but bar is not visible for rooms without names |
You are totally right. I have fixed that. |
All good now |
👍👍 |
@@ -195,7 +277,6 @@ public ChannelViewHolder(){ | |||
|
|||
itemView.setOutlineProvider(roundedCornersOutline); | |||
itemView.setClipToOutline(true); | |||
itemView.setElevation(V.dp(2)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
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); |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Can you make an apk of this (or maybe with other pull requests). |
@Sapoose most of them are here: https://github.com/mkljczk/Houseclub/releases/tag/1.0.8-mkljczk |
Add bar below toolbar that allows returning to the active channel.
Small UI improvements.