diff --git a/Habitica/res/drawable/checklist_checkbox.xml b/Habitica/res/drawable/checklist_checkbox.xml
new file mode 100644
index 000000000..4fd2f1cad
--- /dev/null
+++ b/Habitica/res/drawable/checklist_checkbox.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Habitica/res/drawable/checklist_checked.xml b/Habitica/res/drawable/checklist_checked.xml
new file mode 100644
index 000000000..7ab67c248
--- /dev/null
+++ b/Habitica/res/drawable/checklist_checked.xml
@@ -0,0 +1,15 @@
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
diff --git a/Habitica/res/drawable/checklist_unchecked.xml b/Habitica/res/drawable/checklist_unchecked.xml
new file mode 100644
index 000000000..187f36542
--- /dev/null
+++ b/Habitica/res/drawable/checklist_unchecked.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Habitica/res/layout/checklist_item_row.xml b/Habitica/res/layout/checklist_item_row.xml
index db83ce5ff..5f58bf83f 100644
--- a/Habitica/res/layout/checklist_item_row.xml
+++ b/Habitica/res/layout/checklist_item_row.xml
@@ -16,7 +16,7 @@
android:layout_height="@dimen/checkbox_size"
android:layout_centerInParent="true"
android:gravity="center"
- android:button="@drawable/daily_checkbox"
+ android:button="@drawable/checklist_checkbox"
android:layout_gravity="center_horizontal" />
#b7b7b7
#50ffffff
#c8ffffff
- #32000000
+ #23000000
#F9F9F9
diff --git a/Habitica/src/main/java/com/habitrpg/android/habitica/ui/adapter/social/ChallengesListViewAdapter.java b/Habitica/src/main/java/com/habitrpg/android/habitica/ui/adapter/social/ChallengesListViewAdapter.java
index 4fc0a090f..7f98d841d 100644
--- a/Habitica/src/main/java/com/habitrpg/android/habitica/ui/adapter/social/ChallengesListViewAdapter.java
+++ b/Habitica/src/main/java/com/habitrpg/android/habitica/ui/adapter/social/ChallengesListViewAdapter.java
@@ -157,12 +157,7 @@ public class ChallengesListViewAdapter extends RecyclerView.Adapter