Skip to content

Commit

Permalink
Updated default ntp wallpaper image on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed Nov 1, 2021
1 parent 12d80f7 commit 60f4de3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/brave_java_resources.gni
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ brave_java_resources = [
"java/res/drawable-nodpi/busd.png",
"java/res/drawable-nodpi/dash.png",
"java/res/drawable-nodpi/doge.png",
"java/res/drawable-nodpi/dylan_malval_sea_min.webp",
"java/res/drawable-nodpi/eng.png",
"java/res/drawable-nodpi/enj.png",
"java/res/drawable-nodpi/eos.png",
Expand All @@ -221,7 +222,6 @@ brave_java_resources = [
"java/res/drawable-nodpi/ont.png",
"java/res/drawable-nodpi/pax.png",
"java/res/drawable-nodpi/rvn.png",
"java/res/drawable-nodpi/spencer_moore_lake.webp",
"java/res/drawable-nodpi/trx.png",
"java/res/drawable-nodpi/tusd.png",
"java/res/drawable-nodpi/usdc.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ public class SponsoredImageUtil {
public static final int MAX_TABS = 10;

private static List<BackgroundImage> backgroundImages = new ArrayList<BackgroundImage>(
Arrays.asList(new BackgroundImage(R.drawable.spencer_moore_lake, 1300, 720,
new ImageCredit(
"Spencer M. Moore", "https://www.smoorevisuals.com/landscapes"))));
Arrays.asList(new BackgroundImage(R.drawable.dylan_malval_sea_min, 1300, 720,
new ImageCredit("Dylan Malval", "https://www.instagram.com/vass_captures/"))));

private static int backgroundImageIndex = getRandomIndex(backgroundImages.size());

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 60f4de3

Please sign in to comment.