Skip to content

Commit

Permalink
Adjust library item paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Dec 21, 2024
1 parent 9207b83 commit 9ecaceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="7dp"
android:layout_marginTop="20dp"
android:layout_marginTop="40dp"
android:layout_marginEnd="7dp"
android:layout_marginBottom="6dp"
android:text="@string/about_root_libraries"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="12dp">
android:paddingTop="18dp">

<TextView
android:id="@android:id/text1"
Expand Down

0 comments on commit 9ecaceb

Please sign in to comment.