Skip to content

Commit

Permalink
removes some margin in app list
Browse files Browse the repository at this point in the history
  • Loading branch information
bakio86 committed May 22, 2022
1 parent 7776d92 commit 41db976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/customize_app_drawer_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
android:id="@+id/customize_app_drawer_fragment_app_list"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="@dimen/_32sdp"
android:layout_marginLeft="@dimen/_32sdp"
android:layout_marginStart="@dimen/_24sdp"
android:layout_marginLeft="@dimen/_24sdp"
android:layout_marginEnd="@dimen/_16sdp"
android:layout_marginRight="@dimen/_16sdp"
android:layout_marginTop="8dp"
Expand Down

0 comments on commit 41db976

Please sign in to comment.