Skip to content

Commit

Permalink
Merge pull request #54 from dannywerk/master
Browse files Browse the repository at this point in the history
Changes to "Read Me" and Button color
  • Loading branch information
mandivandermerwe authored May 29, 2023
2 parents 82e1764 + 7310943 commit 2b67eb9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# What does this app do?
It is an open source Android application that allows people to download children's story books. The books are available
in different languages such as English, Sepedi, Zulu, Afrikaans etc. The books are free to distribute and translate.

Read more about Book Dash here:
http://bookdash.org/


# Bookdash Android

[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=57bde66fa530dc0100e902b3&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/57bde66fa530dc0100e902b3/build/latest)
Expand All @@ -12,18 +20,12 @@ Book Dash is an Android App for the NPO where you can download books in differen


# Screenshots
<img src="art/booklisting.jpg" alt="phone image" width="200px" />
<img src="art/bookdetail.jpg" alt="phone image" width="200px" />
<img src="art/reading_book.jpg" alt="phone image" width="400px" />
<img src="art/booklisting.jpg" alt="phone image" width="250px" />
<img src="art/bookdetail.jpg" alt="phone image" width="250px" />
<img src="art/reading_book.jpg" alt="phone image" width="450px" />



# What does this app do?
It is an open source Android application that allows people to download children's story books. The books are available
in different languages such as English, Sepedi, Zulu, Afrikaans etc. The books are free to distribute and translate.

Read more about Book Dash here:
http://bookdash.org/


# Libraries this app uses:
Expand Down
4 changes: 2 additions & 2 deletions fabbutton/src/main/java/mbanje/kurt/fabbutton/FabButton.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ protected void init(Context context, AttributeSet attrs, int defStyle) {
ring = (ProgressRingView) v.findViewById(R.id.fabbutton_ring);
circle.setFabViewListener(this);
ring.setFabViewListener(this);
int color = Color.BLACK;
int progressColor = Color.BLACK;
int color = Color.GREEN;
int progressColor = Color.GREEN;
int animDuration = 4000;
int icon = -1;
float maxProgress = 0;
Expand Down

0 comments on commit 2b67eb9

Please sign in to comment.