Skip to content

Commit

Permalink
Changing prev/next icons to be 60x60.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Apr 3, 2024
1 parent 6c7aae4 commit 48c7981
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified assets/png/next.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 modified assets/png/prev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/src/main/java/com/agifans/agile/HomeScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ private Button buildNavButton(String iconPath) {
private static final int ICON_IMAGE_WIDTH = 320;
private static final int ICON_IMAGE_HEIGHT = 240;
private static final int ICON_LABEL_HEIGHT = 90;
private static final int PAGINATION_HEIGHT = 80;
private static final int PAGINATION_HEIGHT = 60;

/**
* Creates a button to represent the given AppConfigItem.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
public class PaginationWidget extends Widget {

private static final int ICON_SIZE = 80;
private static final int ICON_SIZE = 60;

private HomeScreen homeScreen;

Expand Down

0 comments on commit 48c7981

Please sign in to comment.