2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-10-15 14:07:58 +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

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