diff --git a/.gitignore b/.gitignore index 79859d1..9859fcb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ .DS_Store /build *.iml +/node_modules +npm-debug.log diff --git a/app/src/main/assets/book.html b/app/src/main/assets/book.html index 75f4951..4c38158 100644 --- a/app/src/main/assets/book.html +++ b/app/src/main/assets/book.html @@ -1,6 +1,6 @@ -
+
\n"; - String styleSheetTag = ""; - String extraStyleSheetTag = ""; - if (parameters.getExtraStylesheet() != null) { - extraStyleSheetTag = ""; - } - write(" " - + "" - + styleSheetTag + extraStyleSheetTag + "\n" - + jsTag - + "" - + "" - + ""); - // force rtl for rtl languages - rtl support on Android is poor but // forcing it seems to help occasionally + write("

"); if (!parameters.isLeftToRight()) { write(""); } @@ -150,9 +135,7 @@ public class OsisToHtmlSaxHandler extends OsisSaxHandler { if (!parameters.isLeftToRight()) { write(""); } - // add padding at bottom to allow last verse to scroll to top of page - // and become current verse - write(""); + write("

"); } /* diff --git a/app/src/main/res/drawable-xxxhdpi/ic_launcher.png b/app/src/main/res/drawable-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..140c425 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_launcher.png differ