Skip to content

Commit

Permalink
change color
Browse files Browse the repository at this point in the history
  • Loading branch information
tienddMbt91 committed Jun 23, 2020
1 parent f7463b8 commit 21236de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion folioreader/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>

<color name="default_theme_accent_color">#fb9512</color>
<color name="default_theme_accent_color">#037b5f</color>
<color name="transparent_black">#80000000</color>
<color name="borders">#F1EFF2</color>
<color name="black">#000000</color>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void onClick(View v) {

folioReader.setReadLocator(readLocator);
folioReader.setConfig(config, true)
.openBook("file:///android_asset/Sachvui.Com-kinh-dich-ung-dung-trong-kinh-doanh-thieu-vu.epub", "https://mkyong.com/java/jackson-2-convert-java-object-to-from-json/");
.openBook("file:///android_asset/Sachvui.Com-xay-dung-de-truong-ton-jim-collins-jerry-i-porras.epub", "https://mkyong.com/java/jackson-2-convert-java-object-to-from-json/");
}
});
}
Expand Down

0 comments on commit 21236de

Please sign in to comment.