diff --git a/Habitica/res/layout/button_list_item.xml b/Habitica/res/layout/button_list_item.xml
deleted file mode 100644
index ad972d7e1..000000000
--- a/Habitica/res/layout/button_list_item.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
diff --git a/Habitica/res/layout/challenge_item.xml b/Habitica/res/layout/challenge_item.xml
index 681b68884..0452194ff 100644
--- a/Habitica/res/layout/challenge_item.xml
+++ b/Habitica/res/layout/challenge_item.xml
@@ -7,6 +7,7 @@
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:clickable="true"
+ android:foreground="?selectableItemBackground"
android:orientation="horizontal"
android:baselineAligned="false"
android:paddingEnd="16dp">
diff --git a/Habitica/res/layout/daily_item_card.xml b/Habitica/res/layout/daily_item_card.xml
index b8d778de6..d659efd1d 100644
--- a/Habitica/res/layout/daily_item_card.xml
+++ b/Habitica/res/layout/daily_item_card.xml
@@ -28,6 +28,7 @@
android:layout_height="match_parent"
tools:background="@color/red_10"
android:focusable="true"
+ android:foreground="?selectableItemBackground"
android:contentDescription="@string/daily_item_checkbox">
+ android:layout_height="match_parent"
+ android:foreground="?selectableItemBackground">
@@ -62,7 +63,8 @@
+ android:layout_height="match_parent"
+ android:foreground="?selectableItemBackground">
diff --git a/Habitica/res/layout/item_image_row.xml b/Habitica/res/layout/item_image_row.xml
index 365f66234..56b668d58 100644
--- a/Habitica/res/layout/item_image_row.xml
+++ b/Habitica/res/layout/item_image_row.xml
@@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/RowWrapper"
+ android:foreground="?selectableItemBackground"
android:clickable="true"
android:focusable="true"
tools:parentTag="android.widget.LinearLayout">
diff --git a/Habitica/res/layout/item_public_guild.xml b/Habitica/res/layout/item_public_guild.xml
index f132dec3b..a0de039e1 100644
--- a/Habitica/res/layout/item_public_guild.xml
+++ b/Habitica/res/layout/item_public_guild.xml
@@ -7,6 +7,7 @@
android:layout_marginHorizontal="10dp"
android:layout_marginVertical="4dp"
android:background="@drawable/layout_rounded_bg_window"
+ android:foreground="?selectableItemBackground"
android:padding="12dp">
diff --git a/Habitica/res/layout/menu_bottom_sheet.xml b/Habitica/res/layout/menu_bottom_sheet.xml
index e115233a4..dda533fb1 100644
--- a/Habitica/res/layout/menu_bottom_sheet.xml
+++ b/Habitica/res/layout/menu_bottom_sheet.xml
@@ -4,7 +4,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- style="@style/BottomMenu"
android:clickable="false">
+ android:gravity="center"
+ android:foreground="?selectableItemBackground">
+ android:background="?selectableItemBackground" />
\ No newline at end of file
diff --git a/Habitica/res/layout/widget_habit_button.xml b/Habitica/res/layout/widget_habit_button.xml
index 5aab64f3d..163f3ebcf 100644
--- a/Habitica/res/layout/widget_habit_button.xml
+++ b/Habitica/res/layout/widget_habit_button.xml
@@ -25,11 +25,11 @@
android:scaleType="center"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/selection_highlight_brand" />
+ android:background="?selectableItemBackground" />
@@ -44,11 +44,11 @@
android:scaleType="center"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/selection_highlight_brand" />
+ android:background="?selectableItemBackground" />
diff --git a/Habitica/res/layout/widget_todo_list_row.xml b/Habitica/res/layout/widget_todo_list_row.xml
index a6d5a961c..4f46072a5 100644
--- a/Habitica/res/layout/widget_todo_list_row.xml
+++ b/Habitica/res/layout/widget_todo_list_row.xml
@@ -37,5 +37,5 @@
+ android:background="?selectableItemBackground" />
\ No newline at end of file
diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml
index d68cf30e4..0ddb379dd 100644
--- a/Habitica/res/values/styles.xml
+++ b/Habitica/res/values/styles.xml
@@ -305,7 +305,7 @@
-
-
-
-