Skip to content

Commit

Permalink
Update Dropbox and Strava icons
Browse files Browse the repository at this point in the history
  • Loading branch information
opoto committed Apr 11, 2020
1 parent b5f8e61 commit dca3d52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file modified app/res/drawable-hdpi/service_dropbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-hdpi/service_strava.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/src/main/org/runnerup/export/StravaSynchronizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ public String getPublicUrl() {
@Override
public int getColorId() {return R.color.serviceStrava;}

@Override
public int getIconId() {
return R.drawable.service_strava;
}

@Override
public void init(ContentValues config) {
String authConfig = config.getAsString(DB.ACCOUNT.AUTH_CONFIG);
Expand Down

0 comments on commit dca3d52

Please sign in to comment.