Skip to content

Commit 27d15ce

Browse files
committed
Fix for left-handed mode after refactoring.
1 parent 07ee093 commit 27d15ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eclipse_projects/bVNC/src/com/iiordanov/bVNC/RemoteCanvasActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ public void onGlobalLayout() {
388388
toolbar = (Toolbar) findViewById(R.id.toolbar);
389389
toolbar.setTitle("");
390390
toolbar.getBackground().setAlpha(64);
391+
toolbar.setLayoutParams(params);
391392
setSupportActionBar(toolbar);
392393
showToolbar();
393394
}

0 commit comments

Comments
 (0)