2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 16:45:08 +00:00

Added icons to plugins (still unused).

This commit is contained in:
Albert Vaca
2015-04-12 00:15:02 -07:00
parent 25e1505df0
commit f82c9c08cf
19 changed files with 3 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ public class MousePadPlugin extends Plugin {
@Override
public Drawable getIcon() {
return context.getResources().getDrawable(R.drawable.icon);
return context.getResources().getDrawable(R.drawable.touchpad_plugin_action);
}
@Override