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

Make the font size selection dialog scrollable #4201

Merged
merged 5 commits into from Oct 12, 2021

Conversation

koh6uawi
Copy link
Contributor

@koh6uawi koh6uawi commented Oct 10, 2021

Description

On small devices, it is difficult to pick the "Huge" font size, as the list is not scrollable.

This trivial PR wraps the LinearLayout in a ScrollView.

Pull Request Checklist

I can provide a screenshot, but I don't know what to show.

Signed-off-by: David Terrell jeltz+github@auro.re

@koh6uawi koh6uawi marked this pull request as ready for review October 10, 2021 22:31
@bmarty
Copy link
Member

bmarty commented Oct 11, 2021

Thanks for the PR, can you add a file for the changelog as per https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#changelog please?

@koh6uawi
Copy link
Contributor Author

Sure, I added changelog.d/4201.bugfix.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

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

Thanks!

android:id="@+id/text_selection_tiny_text_view"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
Copy link
Member

Choose a reason for hiding this comment

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

xmlns declaration can be removed from this LinearLayout now.

@bmarty
Copy link
Member

bmarty commented Oct 12, 2021

Can you also check the error(s) reported by the CI please? Thanks!

@bmarty bmarty merged commit 37dbaad into element-hq:develop Oct 12, 2021
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.

None yet

2 participants