From 3b59ae1139b1b03f24bff5640e362e9699057594 Mon Sep 17 00:00:00 2001
From: dannywerk <91285237+dannywerk@users.noreply.github.com>
Date: Wed, 20 Apr 2022 16:40:12 -0400
Subject: [PATCH 1/2] commit changes
---
fabbutton/src/main/java/mbanje/kurt/fabbutton/FabButton.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fabbutton/src/main/java/mbanje/kurt/fabbutton/FabButton.java b/fabbutton/src/main/java/mbanje/kurt/fabbutton/FabButton.java
index 974fb6b..1cc6392 100644
--- a/fabbutton/src/main/java/mbanje/kurt/fabbutton/FabButton.java
+++ b/fabbutton/src/main/java/mbanje/kurt/fabbutton/FabButton.java
@@ -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;
From 7310943a3fe444ae231eb4a8b0f32a6a1c08b39a Mon Sep 17 00:00:00 2001
From: dannywerk <91285237+dannywerk@users.noreply.github.com>
Date: Wed, 20 Apr 2022 16:40:28 -0400
Subject: [PATCH 2/2] commit it
---
README.md | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 04c5b00..e2c9045 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -12,18 +20,12 @@ Book Dash is an Android App for the NPO where you can download books in differen
# Screenshots
-
-
-
+
+
+
-# 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: