HackMyChurch / aelf-dailyreadings

AELF daily readings is the easiest and most discrete daily reading application on the play store. https://play.google.com/store/apps/details?id=co.epitre.aelf_lectures
MIT License
47 stars 14 forks source link

[bible] add max width for the offices #20

Closed yadutaf closed 5 years ago

yadutaf commented 5 years ago

On a big tablet screen, the office are not pleasant to read. Most text is moved far on the left whereas most of the UI is centered.

To make the display nicer on tablets, the width is set to 500dp. The layout system will then either reduce the size to fit the available screen, either insert blank spaces on both sides thus centering the view.

Here area 2 screenshots of the result on my tablet: screenshot_20190216-213506_aelf - lectures du jour screenshot_20190216-213433_aelf - lectures du jour

yadutaf commented 5 years ago

I reduced the width from 500dp to 450dp and made sure the change would only affect the tablets by adding an alternate layout for tablets.

nathanael-h commented 5 years ago

I have no tablet and no time to install a tablet simulator. The changes look good. I think you can merge.