calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
119 stars 36 forks source link

Improved text presentation #24

Closed Mikewando closed 11 years ago

Mikewando commented 11 years ago

I'd greatly prefer to read light novels in a paginated format with justified text. Scrolling and ragged right text is just not as easy to read.

Nandaka commented 11 years ago

Justified --> Can be done by overriding the css rule, but this might break the original styling.

Paginated --> Cannot be done easily, as you need to define how to break the text for each different screen and zoom level, also I prefer to scrolling.

Mikewando commented 11 years ago

Seems reasonable I guess for now I'd like to put in a feature request for justified text (that is to say, an option to override css).

If I become sufficiently annoyed by scrolling I'll dig into the source and see if I can't hack something together for pages.

Nandaka commented 11 years ago

Added in caaca34df417b14b3b65c582cfc47898e9018177