mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Use the vector icon
This commit is contained in:
parent
7715ecc158
commit
35a915f529
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue