We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43cd5c commit 1dc5e3fCopy full SHA for 1dc5e3f
spacelib/src/main/java/com/luseen/spacenavigation/SpaceNavigationView.java
@@ -327,6 +327,7 @@ public boolean onLongClick(View v) {
327
*/
328
LayoutParams centreContentParams = new LayoutParams(centreContentWight, spaceNavigationHeight);
329
centreContentParams.addRule(RelativeLayout.CENTER_HORIZONTAL);
330
+ centreContentParams.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);
331
332
/**
333
* Centre Background View content size and position
0 commit comments