Skip to content

Commit

Permalink
Merge pull request #22 from lolobosse/fix21
Browse files Browse the repository at this point in the history
Related to #21 (The default is right and…
  • Loading branch information
himanshu-soni authored Apr 12, 2017
2 parents 5a40921 + 19537d9 commit 3382ab5
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,9 @@ private void updatePositionAndGravity() {
}
default: {
arrowRotation = 0;
//arrowParams.addRule(ALIGN_PARENT_RIGHT, TRUE);
containerParams.addRule(ALIGN_PARENT_LEFT, TRUE);
arrowParams.addRule(ALIGN_PARENT_RIGHT, TRUE);
arrowParams.setMargins(0, (int) arrowMargin, 0, (int) arrowMargin);

//containerParams.addRule(LEFT_OF, arrowImage.getId());
arrowParams.addRule(RIGHT_OF, containerLayout.getId());
containerParams.addRule(LEFT_OF, arrowImage.getId());
break;
}
}
Expand Down

0 comments on commit 3382ab5

Please sign in to comment.