Skip to content

Commit

Permalink
position of solution note layer at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 committed Apr 27, 2019
1 parent 42093fa commit 0087b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/istia/ei4/ProjetISTIA/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public void run() {
if(big) {
LinearLayout l = (LinearLayout) t.getView();
TextView mtv = (TextView) l.getChildAt(0);
mtv.setTextSize(25);
t.setGravity(Gravity.CENTER_VERTICAL, 0, 0);
mtv.setTextSize(18);
t.setGravity(Gravity.TOP, 0, 0);
}
t.show();
}
Expand Down

0 comments on commit 0087b5e

Please sign in to comment.