Skip to content

Commit

Permalink
Orientation adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
NubeO11CE committed May 26, 2017
1 parent ee84ca6 commit a610453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/java/com/appl/library/Carousel.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public void onInvalidated() {
*/
private int mSlowDownCoefficient = 1;

protected int mChildWidth = 100;
protected int mChildHeight = 60;
protected int mChildWidth = 360;
protected int mChildHeight = 240;

private int mSelection;
protected Adapter mAdapter;
Expand Down

0 comments on commit a610453

Please sign in to comment.