Skip to content

Commit

Permalink
Fix visual scrolling defect in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Aug 4, 2016
1 parent 5da4234 commit 3ba6d16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public MainMenuFragment(

final int paddingPx = General.dpToPixels(context, 8);
lv.setPadding(paddingPx, 0, paddingPx, 0);
lv.setClipToPadding(false);

mAdapter = new MainMenuAdapter(context, user, this);
lv.setAdapter(mAdapter);
Expand Down

0 comments on commit 3ba6d16

Please sign in to comment.