diff --git a/xwords4/android/app/src/main/res/menu/games_list_menu.xml b/xwords4/android/app/src/main/res/menu/games_list_menu.xml
index 078a860ad..08a679053 100644
--- a/xwords4/android/app/src/main/res/menu/games_list_menu.xml
+++ b/xwords4/android/app/src/main/res/menu/games_list_menu.xml
@@ -90,12 +90,10 @@
-
-
\ No newline at end of file
diff --git a/xwords4/android/img_src/up.svg b/xwords4/android/img_src/up.svg
deleted file mode 100644
index d68bc337c..000000000
--- a/xwords4/android/img_src/up.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
\ No newline at end of file
diff --git a/xwords4/android/scripts/images.mk b/xwords4/android/scripts/images.mk
index e9f236482..3e649cf57 100644
--- a/xwords4/android/scripts/images.mk
+++ b/xwords4/android/scripts/images.mk
@@ -12,7 +12,6 @@ SRC_SVGS = \
content_new_net.svg \
content_new_solo.svg \
dict.svg \
- down.svg \
download.svg \
email.svg \
new_group.svg \
@@ -26,7 +25,6 @@ SRC_SVGS = \
send.svg \
trade.svg \
untrade.svg \
- up.svg \
XHDPI_IMGS:=$(foreach img,$(SRC_SVGS:.svg=__gen.png),$(IMG_DEST)/drawable-xhdpi/$(img))
MDPI_IMGS:=$(foreach img,$(SRC_SVGS:.svg=__gen.png),$(IMG_DEST)/drawable-mdpi/$(img))