Skip to content

Commit

Permalink
Increased the top and bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Feb 7, 2024
1 parent 389bfc1 commit 9e66582
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:paddingTop="5dp"
android:paddingTop="12dp"
android:paddingLeft="32dp"
android:paddingRight="32dp"
android:paddingBottom="5dp">
android:paddingBottom="12dp">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 9e66582

Please sign in to comment.