Skip to content

Commit

Permalink
[Fix] Add some padding on selection page
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jun 13, 2023
1 parent 96944a1 commit 726d9a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ protected View createView(Activity activity, ViewGroup container) {
rootLayout.setOrientation(LinearLayoutCompat.VERTICAL);
rootLayout.setLayoutParams(layoutParams);
rootLayout.setMinimumHeight(400);
rootLayout.setPadding(48,48,48,48);
ScrollView scrollView = new ScrollView(activity);
LinearLayoutCompat linearLayout = new LinearLayoutCompat(activity);
linearLayout.setOrientation(LinearLayoutCompat.VERTICAL);
Expand Down

0 comments on commit 726d9a2

Please sign in to comment.