diff --git a/samples/AndroidBeamDemo/drawable-mdpi/ic_launcher.png b/samples/AndroidBeamDemo/drawable-mdpi/ic_launcher.png deleted file mode 100644 index e9ce6eb68..000000000 Binary files a/samples/AndroidBeamDemo/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/samples/AndroidBeamDemo/drawable-xhdpi/ic_launcher.png b/samples/AndroidBeamDemo/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index cd225d768..000000000 Binary files a/samples/AndroidBeamDemo/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/samples/AndroidBeamDemo/drawable-hdpi/ic_launcher.png b/samples/AndroidBeamDemo/res/drawable-hdpi/ic_launcher.png similarity index 100% rename from samples/AndroidBeamDemo/drawable-hdpi/ic_launcher.png rename to samples/AndroidBeamDemo/res/drawable-hdpi/ic_launcher.png diff --git a/samples/AndroidBeamDemo/drawable-ldpi/ic_launcher.png b/samples/AndroidBeamDemo/res/drawable-ldpi/ic_launcher.png similarity index 100% rename from samples/AndroidBeamDemo/drawable-ldpi/ic_launcher.png rename to samples/AndroidBeamDemo/res/drawable-ldpi/ic_launcher.png diff --git a/samples/AndroidBeamDemo/res/drawable-mdpi/ic_launcher.png b/samples/AndroidBeamDemo/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 000000000..207968467 Binary files /dev/null and b/samples/AndroidBeamDemo/res/drawable-mdpi/ic_launcher.png differ diff --git a/samples/AndroidBeamDemo/res/drawable-xhdpi/ic_launcher.png b/samples/AndroidBeamDemo/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 000000000..ab62d1789 Binary files /dev/null and b/samples/AndroidBeamDemo/res/drawable-xhdpi/ic_launcher.png differ