diff --git a/android-app/src/main/res/layout/history_fragment.xml b/android-app/src/main/res/layout/history_fragment.xml
index 3079b69d..e2f83f45 100644
--- a/android-app/src/main/res/layout/history_fragment.xml
+++ b/android-app/src/main/res/layout/history_fragment.xml
@@ -50,7 +50,8 @@
a:layout_gravity="bottom|right"
a:layout_margin="16dp"
a:src="@drawable/ic_delete_white_36dp"
- fab:fab_colorNormal="#393939"
- fab:fab_colorRipple="#40000000" />
+ fab:fab_colorNormal="@color/cpp_metro_button_background"
+ fab:fab_colorPressed="@color/cpp_metro_button_background"
+ fab:fab_colorRipple="?attr/colorControlHighlight" />
\ No newline at end of file
diff --git a/android-app/src/main/res/values/theme_metro_blue.xml b/android-app/src/main/res/values/theme_metro_blue.xml
index 5cfe24c5..0f5d301b 100644
--- a/android-app/src/main/res/values/theme_metro_blue.xml
+++ b/android-app/src/main/res/values/theme_metro_blue.xml
@@ -49,8 +49,6 @@
diff --git a/android-app/src/main/res/values/theme_metro_purple.xml b/android-app/src/main/res/values/theme_metro_purple.xml
index 735c9cc1..a84d13b1 100644
--- a/android-app/src/main/res/values/theme_metro_purple.xml
+++ b/android-app/src/main/res/values/theme_metro_purple.xml
@@ -33,8 +33,6 @@