Use the vector icon

This commit is contained in:
jacques 2020-07-23 09:37:27 +02:00
parent 7715ecc158
commit 35a915f529

View file

@ -38,8 +38,8 @@ public class About extends AppCompatActivity{
public Drawable getDrawable(String source) {
int id;
if (source.equals("ic_launcher.png")) {
id = R.mipmap.ic_launcher;
if (source.equals("ic_launcher-web.png")) {
id = R.drawable.ic_launcher;
} else {
return null;
}